mirror of https://github.com/apache/activemq.git
replace fabric deps with linkedin zk to reflect revised deps from leveldb replication
This commit is contained in:
parent
67a7d30b47
commit
002ef96867
|
@ -83,21 +83,21 @@
|
|||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.fusesource.fabric</groupId>
|
||||
<artifactId>fabric-groups</artifactId>
|
||||
<version>7.2.0.redhat-024</version>
|
||||
<groupId>org.linkedin</groupId>
|
||||
<artifactId>org.linkedin.zookeeper-impl</artifactId>
|
||||
<version>${linkedin-zookeeper-version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.fusesource.fabric</groupId>
|
||||
<artifactId>fabric-linkedin-zookeeper</artifactId>
|
||||
<version>7.2.0.redhat-024</version>
|
||||
<groupId>org.linkedin</groupId>
|
||||
<artifactId>org.linkedin.util-core</artifactId>
|
||||
<version>${linkedin-zookeeper-version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.fusesource.fabric</groupId>
|
||||
<artifactId>fabric-zookeeper</artifactId>
|
||||
<version>7.2.0.redhat-024</version>
|
||||
<groupId>org.apache.zookeeper</groupId>
|
||||
<artifactId>zookeeper</artifactId>
|
||||
<version>${zookeeper-version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue