From 57a2c00ccf7ea2960456cb6d0a49022a722a1158 Mon Sep 17 00:00:00 2001 From: John Blakeney Date: Tue, 1 Sep 2015 22:00:58 -0400 Subject: Fix various CDH5 integration problems. --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 861a61d..90261ac 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,8 @@ 2.5.0-mr1-${cdh.version} 0.98.6-${cdh.version} + 2.8.2 + 2.10.3 @@ -153,7 +155,12 @@ org.apache.hbase - hbase + hbase-client + ${hbase.version} + + + org.apache.hbase + hbase-server ${hbase.version} @@ -169,6 +176,12 @@ ${typesafe.config.version} + + joda-time + joda-time + ${joda-time.version} + + com.twitter.elephantbird elephant-bird-core -- cgit v1.2.3 From ead7e97dca4023fa7a7a3337a2ac1d238f6e64c4 Mon Sep 17 00:00:00 2001 From: John Blakeney Date: Thu, 3 Sep 2015 20:12:21 -0400 Subject: Increment version. Fix Maven plugin versions. --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 90261ac..d22d4c4 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.12.0_5.3.0 + 2.10_0.12.1_5.3.0 jar @@ -27,6 +27,7 @@ 3.0 2.15.2 + 2.4 2.12.3 cdh5.3.0 @@ -233,6 +234,7 @@ org.apache.maven.plugins maven-source-plugin + ${maven-source-plugin.version} attach-sources @@ -246,6 +248,7 @@ org.scala-tools maven-scala-plugin + ${maven-scala-plugin.version} -- cgit v1.2.3