diff options
author | galarragas <galarragas@gmail.com> | 2014-09-03 10:40:13 +0100 |
---|---|---|
committer | galarragas <galarragas@gmail.com> | 2014-09-03 10:40:13 +0100 |
commit | 60e2de212ee5a545e0c21d947841dc89d7199f49 (patch) | |
tree | 2b5be9427953b962e20ca929b9d5b42d9bb4ee3f /src/main/resources/pom.xml | |
parent | 0c84fc54a6b8e20be20552f63c9787e7fb9f2c6e (diff) | |
download | SpyGlass-60e2de212ee5a545e0c21d947841dc89d7199f49.tar.gz SpyGlass-60e2de212ee5a545e0c21d947841dc89d7199f49.zip |
Adding support for Kerberos Authentication
Diffstat (limited to 'src/main/resources/pom.xml')
-rw-r--r-- | src/main/resources/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/pom.xml b/src/main/resources/pom.xml index 2557f79..404bc73 100644 --- a/src/main/resources/pom.xml +++ b/src/main/resources/pom.xml @@ -8,7 +8,7 @@ <description>Cascading and Scalding wrapper for HBase with advanced features</description> <groupId>parallelai</groupId> <artifactId>parallelai.spyglass</artifactId> - <version>2.10_0.10_4.4</version> + <version>2.10_0.10_CDH5_4.4</version> <packaging>jar</packaging> <organization> @@ -99,6 +99,11 @@ <artifactId>hbase-client</artifactId> <version>0.98.1-cdh5.1.0</version> </dependency> + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase-protocol</artifactId> + <version>0.98.1-cdh5.1.0</version> + </dependency> <dependency> <groupId>org.slf4j</groupId> |