Repository: flume Updated Branches: refs/heads/trunk 9601f5bf0 -> 1b9e58915
FLUME-2923. Bump asynchbase version to 1.7.0 Newer versions of HBase and the asynchbase library support error types such as RegionMovedException. Also, asynchbase has incorporated several fixes since version 1.5.0. See https://github.com/OpenTSDB/asynchbase/blob/v1.7.0/NEWS (Bessenyei Balázs Donát via Mike Percy) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/1b9e5891 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/1b9e5891 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/1b9e5891 Branch: refs/heads/trunk Commit: 1b9e589152f0093b6ef7cea580c00ff52944d2cf Parents: 9601f5b Author: Mike Percy <[email protected]> Authored: Fri Jun 17 15:32:09 2016 -0700 Committer: Mike Percy <[email protected]> Committed: Fri Jun 17 15:32:09 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/1b9e5891/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0929095..694c073 100644 --- a/pom.xml +++ b/pom.xml @@ -1292,7 +1292,7 @@ limitations under the License. <dependency> <groupId>org.hbase</groupId> <artifactId>asynchbase</artifactId> - <version>1.5.0</version> + <version>1.7.0</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> @@ -1308,7 +1308,7 @@ limitations under the License. <dependency> <groupId>io.netty</groupId> <artifactId>netty</artifactId> - <version>3.5.12.Final</version> + <version>3.9.4.Final</version> </dependency> <dependency>
