Repository: cxf Updated Branches: refs/heads/master f72788640 -> e9ede319d
Upgraded Apache HBase client dependency to 1.1.1 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/e9ede319 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e9ede319 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e9ede319 Branch: refs/heads/master Commit: e9ede319dcec2b924a5a7f78fbd5f2d9b5542ba7 Parents: f727886 Author: reta <[email protected]> Authored: Tue Jul 28 21:14:03 2015 -0400 Committer: reta <[email protected]> Committed: Tue Jul 28 21:14:03 2015 -0400 ---------------------------------------------------------------------- .../src/main/release/samples/jax_rs/tracing_htrace/pom.xml | 1 - parent/pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/e9ede319/distribution/src/main/release/samples/jax_rs/tracing_htrace/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/tracing_htrace/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_htrace/pom.xml index 06ace14..51308ad 100644 --- a/distribution/src/main/release/samples/jax_rs/tracing_htrace/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/tracing_htrace/pom.xml @@ -139,7 +139,6 @@ <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-client</artifactId> - <version>1.1.1</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/e9ede319/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 4d60a3c..e98e95f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -659,7 +659,7 @@ <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-client</artifactId> - <version>0.99.0</version> + <version>1.1.1</version> <exclusions> <exclusion> <groupId>io.netty</groupId>
