replace fabric deps with linkedin zk to reflect revised deps from leveldb replication
Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/9518705d Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/9518705d Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/9518705d Branch: refs/heads/activemq-5.9 Commit: 9518705d6ac58938bd9a8b7ce7b7a85cd05c4300 Parents: 9753a43 Author: gtully <[email protected]> Authored: Wed Nov 6 12:08:22 2013 +0000 Committer: Hadrian Zbarcea <[email protected]> Committed: Wed Mar 12 09:01:48 2014 -0400 ---------------------------------------------------------------------- activemq-spring/pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/9518705d/activemq-spring/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml index 71650a2..6dbc901 100755 --- a/activemq-spring/pom.xml +++ b/activemq-spring/pom.xml @@ -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>
