From d4c2570309c5f03cb705f406b6721b56f9167ac9 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Tue, 11 Apr 2017 21:03:23 +0800 Subject: [PATCH] HBASE-17878: Use jruby-core as the dependency instead of jruby-complete and exclude joda-time --- hbase-shell/pom.xml | 2 +- hbase-spark/pom.xml | 20 ++++++++++---------- pom.xml | 8 +++++++- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml index f16bf50b4e..c24c7f9db7 100644 --- a/hbase-shell/pom.xml +++ b/hbase-shell/pom.xml @@ -240,7 +240,7 @@ org.jruby - jruby-complete + jruby-core diff --git a/hbase-spark/pom.xml b/hbase-spark/pom.xml index a7997f15d1..8e0f3aa9fe 100644 --- a/hbase-spark/pom.xml +++ b/hbase-spark/pom.xml @@ -152,7 +152,7 @@ org.jruby - jruby-complete + jruby-core org.jboss.netty @@ -184,7 +184,7 @@ org.jruby - jruby-complete + jruby-core org.jboss.netty @@ -222,7 +222,7 @@ org.jruby - jruby-complete + jruby-core org.jboss.netty @@ -260,7 +260,7 @@ org.jruby - jruby-complete + jruby-core org.jboss.netty @@ -291,7 +291,7 @@ org.jruby - jruby-complete + jruby-core org.slf4j @@ -339,7 +339,7 @@ org.jruby - jruby-complete + jruby-core org.jboss.netty @@ -383,7 +383,7 @@ org.jruby - jruby-complete + jruby-core org.slf4j @@ -431,7 +431,7 @@ org.jruby - jruby-complete + jruby-core org.jboss.netty @@ -461,7 +461,7 @@ org.jruby - jruby-complete + jruby-core org.slf4j @@ -509,7 +509,7 @@ org.jruby - jruby-complete + jruby-core org.jboss.netty diff --git a/pom.xml b/pom.xml index dcfd8481d3..35471ed156 100644 --- a/pom.xml +++ b/pom.xml @@ -1678,8 +1678,14 @@ org.jruby - jruby-complete + jruby-core ${jruby.version} + + + joda-time + joda-time + + org.jruby.jcodings -- 2.11.0 (Apple Git-81)