Repository: camel Updated Branches: refs/heads/camel-2.13.x 432841316 -> e3e5c4b3c
CAMEL-7296 polish the pom.xml of camel-hbase Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e3e5c4b3 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e3e5c4b3 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e3e5c4b3 Branch: refs/heads/camel-2.13.x Commit: e3e5c4b3c72b9ae828b31f329ecc97a0c5036e17 Parents: e497f2a Author: Willem Jiang <[email protected]> Authored: Thu Mar 20 16:20:36 2014 +0800 Committer: Willem Jiang <[email protected]> Committed: Thu Mar 20 16:34:29 2014 +0800 ---------------------------------------------------------------------- components/camel-hbase/pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e3e5c4b3/components/camel-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hbase/pom.xml b/components/camel-hbase/pom.xml index d4faa8e..9334dc8 100644 --- a/components/camel-hbase/pom.xml +++ b/components/camel-hbase/pom.xml @@ -85,6 +85,7 @@ </exclusion> </exclusions> </dependency> + <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> @@ -134,12 +135,18 @@ <classifier>tests</classifier> <scope>test</scope> </dependency> + <!-- Using a low version of guava could let the server shutdown quickly --> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>14.0.1</version> + <scope>test</scope> + </dependency> <!-- need to use zookeeper 3.4.x for testing --> - <!-- TODO: Can be removed when we upgrade to zookeeper 3.4.6 or better (OSGi fixed) --> <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> - <version>3.4.5</version> + <version>${zookeeper-version}</version> <scope>test</scope> </dependency> <dependency>
