Updated Branches: refs/heads/trunk 67a7d30b4 -> 002ef9686
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/002ef968 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/002ef968 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/002ef968 Branch: refs/heads/trunk Commit: 002ef968674488d93522c558d6eb64810c669ad6 Parents: 67a7d30 Author: gtully <[email protected]> Authored: Wed Nov 6 12:08:22 2013 +0000 Committer: gtully <[email protected]> Committed: Wed Nov 6 12:08:22 2013 +0000 ---------------------------------------------------------------------- activemq-spring/pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/002ef968/activemq-spring/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml index 2301694..753aa4c 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>
