diff options
| -rw-r--r-- | qpid/java/bdbstore/systests/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/bdbstore/systests/pom.xml b/qpid/java/bdbstore/systests/pom.xml index 86ef70bfd9..a70c254d93 100644 --- a/qpid/java/bdbstore/systests/pom.xml +++ b/qpid/java/bdbstore/systests/pom.xml @@ -67,6 +67,7 @@ <groupId>com.sleepycat</groupId> <artifactId>je</artifactId> <version>${bdb-version}</version> + <scope>provided</scope> </dependency> <dependency> |
