Repository: camel Updated Branches: refs/heads/master 6b6a387d8 -> 43c1a5135
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/43c1a513 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/43c1a513 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/43c1a513 Branch: refs/heads/master Commit: 43c1a5135ce38330a224d2ca150b489f65e80c51 Parents: be1d9e4 Author: Willem Jiang <[email protected]> Authored: Thu Mar 20 16:20:36 2014 +0800 Committer: Willem Jiang <[email protected]> Committed: Thu Mar 20 16:21:19 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/43c1a513/components/camel-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hbase/pom.xml b/components/camel-hbase/pom.xml index 56f1a5a..68c59ce 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>
