You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by ja...@apache.org on 2014/04/20 06:08:15 UTC

[07/17] git commit: DRILL-478: sqlline fails with latest build

DRILL-478: sqlline fails with latest build

Exclude jruby-complete in hbase pom


Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/171217d0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/171217d0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/171217d0

Branch: refs/heads/master
Commit: 171217d0ed205cc1f80f90fb3f915bc1c8b16337
Parents: ddb2933
Author: Steven Phillips <sp...@maprtech.com>
Authored: Wed Apr 2 17:48:33 2014 -0700
Committer: Jacques Nadeau <ja...@apache.org>
Committed: Sat Apr 19 21:07:28 2014 -0700

----------------------------------------------------------------------
 contrib/storage-hbase/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/171217d0/contrib/storage-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml
index f5a4c40..f2a9c62 100644
--- a/contrib/storage-hbase/pom.xml
+++ b/contrib/storage-hbase/pom.xml
@@ -59,6 +59,10 @@
             <artifactId>libthrift</artifactId>
             <groupId>org.apache.thrift</groupId>
         </exclusion>
+        <exclusion>
+          <artifactId>jruby-complete</artifactId>
+          <groupId>org.jruby</groupId>
+        </exclusion>
       </exclusions>
     </dependency>