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 16:25:55 UTC

svn commit: r1637134 - /hive/trunk/jdbc/pom.xml

Author: hashutosh
Date: Thu Nov  6 15:25:54 2014
New Revision: 1637134

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

Modified:
    hive/trunk/jdbc/pom.xml

Modified: hive/trunk/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/jdbc/pom.xml?rev=1637134&r1=1637133&r2=1637134&view=diff
==============================================================================
--- hive/trunk/jdbc/pom.xml (original)
+++ hive/trunk/jdbc/pom.xml Thu Nov  6 15:25:54 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>