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/05/01 18:05:01 UTC

svn commit: r1591699 - in /qpid/branches/0.28/qpid/java: ./ bdbstore/systests/pom.xml

Author: robbie
Date: Thu May  1 16:05:00 2014
New Revision: 1591699

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

merge from trunk r1591247

Modified:
    qpid/branches/0.28/qpid/java/   (props changed)
    qpid/branches/0.28/qpid/java/bdbstore/systests/pom.xml

Propchange: qpid/branches/0.28/qpid/java/
------------------------------------------------------------------------------
  Merged /qpid/trunk/qpid/java:r1591247

Modified: qpid/branches/0.28/qpid/java/bdbstore/systests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/java/bdbstore/systests/pom.xml?rev=1591699&r1=1591698&r2=1591699&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/java/bdbstore/systests/pom.xml (original)
+++ qpid/branches/0.28/qpid/java/bdbstore/systests/pom.xml Thu May  1 16:05:00 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