You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by xu...@apache.org on 2015/11/30 01:12:00 UTC

[63/91] [abbrv] hive git commit: HIVE-9599 : remove derby, datanucleus and other not related to jdbc client classes from hive-jdbc-standalone.jar (Ashutosh Chauhan via Thejas Nair)

HIVE-9599 : remove derby, datanucleus and other not related to jdbc client classes from hive-jdbc-standalone.jar (Ashutosh Chauhan via Thejas Nair)

Signed-off-by: Ashutosh Chauhan <ha...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/1b6600de
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/1b6600de
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/1b6600de

Branch: refs/heads/spark
Commit: 1b6600de0f908170061628a6b5ed4f072012cc96
Parents: b7281ce
Author: Ashutosh Chauhan <ha...@apache.org>
Authored: Wed Nov 18 15:00:30 2015 -0800
Committer: Ashutosh Chauhan <ha...@apache.org>
Committed: Tue Nov 24 15:06:23 2015 -0800

----------------------------------------------------------------------
 jdbc/pom.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/1b6600de/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index ea961a4..f8d7dfd 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -189,6 +189,58 @@
                   <exclude>org.antlr:*</exclude>
                   <exclude>org.slf4j:slf4j-log4j12</exclude>
                   <exclude>log4j:*</exclude>
+                  <exclude>antlr:*</exclude>
+                  <exclude>aopalliance:*</exclude>
+                  <exclude>asm:*</exclude>
+                  <exclude>com.google.code.gson:*</exclude>
+                  <exclude>com.google.inject:*</exclude>
+                  <exclude>com.google.inject.extensions:*</exclude>
+                  <exclude>com.jamesmurty.utils:*</exclude>
+                  <exclude>com.jcraft:*</exclude>
+                  <exclude>com.jolbox:*</exclude>
+                  <exclude>commons-beanutils:*</exclude>
+                  <exclude>commons-cli:*</exclude>
+                  <exclude>commons-dbcp:*</exclude>
+                  <exclude>commons-digester:*</exclude>
+                  <exclude>commons-el:*</exclude>
+                  <exclude>commons-httpclient:*</exclude>
+                  <exclude>commons-io:*</exclude>
+                  <exclude>commons-net:*</exclude>
+                  <exclude>commons-pool:*</exclude>
+                  <exclude>com.google.code.findbugs:*</exclude>
+                  <exclude>com.google.protobuf:*</exclude>
+                  <exclude>com.sun.xml.bind:*</exclude>
+                  <exclude>com.thoughtworks.paranamer:*</exclude>
+                  <exclude>com.twitter:*</exclude>
+                  <exclude>io.netty:*</exclude>
+                  <exclude>javax.activation:*</exclude>
+                  <exclude>javax.inject:*</exclude>
+                  <exclude>javax.jdo:*</exclude>
+                  <exclude>javax.mail:*</exclude>
+                  <exclude>javax.servlet:*</exclude>
+                  <exclude>javax.servlet.jsp:*</exclude>
+                  <exclude>javax.transaction:*</exclude>
+                  <exclude>javax.xml.bind:*</exclude>
+                  <exclude>javax.xml.stream:*</exclude>
+                  <exclude>jline:*</exclude>
+                  <exclude>joda-time:*</exclude>
+                  <exclude>net.java.dev.jets3t:*</exclude>
+                  <exclude>org.apache.commons:commons-math3</exclude>
+                  <exclude>org.apache.curator:*</exclude>
+                  <exclude>org.apache.derby:*</exclude>
+                  <exclude>org.apache.directory.api:*</exclude>
+                  <exclude>org.apache.directory.server:*</exclude>
+                  <exclude>org.apache.geronimo.specs:*</exclude>
+                  <exclude>org.apache.zookeeper:*</exclude>
+                  <exclude>org.codehaus.jackson:*</exclude>
+                  <exclude>org.codehaus.jettison:*</exclude>
+                  <exclude>org.datanucleus:*</exclude>
+                  <exclude>org.fusesource.leveldbjni:*</exclude>
+                  <exclude>org.htrace:*</exclude>
+                  <exclude>org.mortbay.jetty:*</exclude>
+                  <exclude>org.xerial.snappy:*</exclude>
+                  <exclude>tomcat:*</exclude>
+                  <exclude>xmlenc:*</exclude>
                 </excludes>
               </artifactSet>
             </configuration>