From 0c84fc54a6b8e20be20552f63c9787e7fb9f2c6e Mon Sep 17 00:00:00 2001 From: galarragas Date: Thu, 28 Aug 2014 11:20:44 +0100 Subject: Fixed dependencies declarations after testing --- src/main/resources/pom.xml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/main/resources/pom.xml b/src/main/resources/pom.xml index e8d4fc0..2557f79 100644 --- a/src/main/resources/pom.xml +++ b/src/main/resources/pom.xml @@ -8,7 +8,7 @@ Cascading and Scalding wrapper for HBase with advanced features parallelai parallelai.spyglass - 2.10_0.10_4.3 + 2.10_0.10_4.4 jar @@ -58,7 +58,7 @@ cloudera-cdh4 Cloudera CDH4 - https://repository.cloudera.com/artifactory/cloudera-repos/ + http://repository.cloudera.com/artifactory/cloudera-repos/ @@ -75,19 +75,29 @@ org.apache.hadoop hadoop-core - 2.0.0-mr1-cdh4.5.0 + 2.3.0-mr1-cdh5.1.0 org.apache.hadoop hadoop-common - 2.0.0-cdh4.5.0 + 2.3.0-cdh5.1.0 org.apache.hbase - hbase - 0.94.6-cdh4.5.0 + hbase-server + 0.98.1-cdh5.1.0 + + + org.apache.hbase + hbase-common + 0.98.1-cdh5.1.0 + + + org.apache.hbase + hbase-client + 0.98.1-cdh5.1.0 -- cgit v1.2.3