mirror of https://github.com/apache/activemq.git
Make the fabric dependencies of the leveldb store needed for replication as provided.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1490271 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
50e8795464
commit
c161033abb
|
@ -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>
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue