diff options
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> |