You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2014/04/30 13:09:43 UTC

svn commit: r1591247 - /qpid/trunk/qpid/java/bdbstore/systests/pom.xml

Author: robbie
Date: Wed Apr 30 11:09:43 2014
New Revision: 1591247

URL: http://svn.apache.org/r1591247
Log:
QPID-5048: fix scope on dependency

Modified:
    qpid/trunk/qpid/java/bdbstore/systests/pom.xml

Modified: qpid/trunk/qpid/java/bdbstore/systests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/bdbstore/systests/pom.xml?rev=1591247&r1=1591246&r2=1591247&view=diff
==============================================================================
--- qpid/trunk/qpid/java/bdbstore/systests/pom.xml (original)
+++ qpid/trunk/qpid/java/bdbstore/systests/pom.xml Wed Apr 30 11:09:43 2014
@@ -67,6 +67,7 @@
       <groupId>com.sleepycat</groupId>
       <artifactId>je</artifactId>
       <version>${bdb-version}</version>
+      <scope>provided</scope>
     </dependency>
 
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org