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 --- pom.xml | 15 +++++---------- src/main/resources/pom.xml | 22 ++++++++++++++++------ 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 86a4129..b2df020 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,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 @@ -61,18 +61,13 @@ https://oss.sonatype.org/content/repositories/snapshots/ - cloudera-cdh4 - Cloudera CDH4 + cloudera + Cloudera http://repository.cloudera.com/artifactory/cloudera-repos/ - + conjars - Con Jars - http://conjars.org/repo - - - clojars - Clojars + Conjars Repository http://conjars.org/repo 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