You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2013/06/06 15:20:28 UTC

svn commit: r1490271 - in /activemq/trunk: activemq-leveldb-store/pom.xml activemq-osgi/pom.xml

Author: chirino
Date: Thu Jun  6 13:20:28 2013
New Revision: 1490271

URL: http://svn.apache.org/r1490271
Log:
Make the fabric dependencies of the leveldb store needed for replication as provided.

Modified:
    activemq/trunk/activemq-leveldb-store/pom.xml
    activemq/trunk/activemq-osgi/pom.xml

Modified: activemq/trunk/activemq-leveldb-store/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-leveldb-store/pom.xml?rev=1490271&r1=1490270&r2=1490271&view=diff
==============================================================================
--- activemq/trunk/activemq-leveldb-store/pom.xml (original)
+++ activemq/trunk/activemq-leveldb-store/pom.xml Thu Jun  6 13:20:28 2013
@@ -108,21 +108,25 @@
       <groupId>org.fusesource.hawtdispatch</groupId>
       <artifactId>hawtdispatch-transport</artifactId>
       <version>${hawtdispatch-version}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.fusesource.fabric</groupId>
       <artifactId>fabric-groups</artifactId>
       <version>7.2.0.redhat-024</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.fusesource.fabric</groupId>
       <artifactId>fabric-linkedin-zookeeper</artifactId>
       <version>7.2.0.redhat-024</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.fusesource.fabric</groupId>
       <artifactId>fabric-zookeeper</artifactId>
       <version>7.2.0.redhat-024</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>

Modified: activemq/trunk/activemq-osgi/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-osgi/pom.xml?rev=1490271&r1=1490270&r2=1490271&view=diff
==============================================================================
--- activemq/trunk/activemq-osgi/pom.xml (original)
+++ activemq/trunk/activemq-osgi/pom.xml Thu Jun  6 13:20:28 2013
@@ -52,6 +52,8 @@
   	  org.codehaus.jettison*;resolution:=optional,
   	  org.jasypt*;resolution:=optional,
   	  org.eclipse.jetty*;resolution:=optional,
+  	  org.fusesource.fabric*;version="[7,8]";resolution:=optional,
+  	  org.fusesource.fabric.groups*;version="[7,8]";resolution:=optional,
   	  org.springframework.jms*;version="[3,4]";resolution:=optional,
   	  org.springframework.osgi*;version="[1.2,1.3]";resolution:=optional,
   	  org.springframework.transaction*;version="[3,4]";resolution:=optional,