You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2014/11/06 21:01:28 UTC

svn commit: r1637200 - /hive/branches/branch-0.14/jdbc/pom.xml

Author: hashutosh
Date: Thu Nov  6 20:01:27 2014
New Revision: 1637200

URL: http://svn.apache.org/r1637200
Log:
HIVE-8748 : jdbc uber jar is missing commons-logging (Ashutosh Chauhan via Vaibhav Gumashta)

Modified:
    hive/branches/branch-0.14/jdbc/pom.xml

Modified: hive/branches/branch-0.14/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/jdbc/pom.xml?rev=1637200&r1=1637199&r2=1637200&view=diff
==============================================================================
--- hive/branches/branch-0.14/jdbc/pom.xml (original)
+++ hive/branches/branch-0.14/jdbc/pom.xml Thu Nov  6 20:01:27 2014
@@ -168,6 +168,12 @@
                   </includes>
                 </filter>
                 <filter>
+                  <artifact>commons-logging:commons-logging</artifact>
+                  <includes>
+                    <include>**</include>
+                  </includes>
+                </filter>
+                <filter>
                   <artifact>*:*</artifact>
                   <excludes>
                     <exclude>META-INF/*.SF</exclude>