Repository: hive
Updated Branches:
  refs/heads/branch-1 a6d3070ec -> 425273eed


HIVE-11442: Remove commons-configuration.jar from Hive distribution


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

Branch: refs/heads/branch-1
Commit: 425273eed3213abbd08404d1aa743b38155e202e
Parents: a6d3070
Author: Daniel Dai <da...@hortonworks.com>
Authored: Wed Aug 12 10:12:02 2015 -0700
Committer: Daniel Dai <da...@hortonworks.com>
Committed: Wed Aug 12 10:12:02 2015 -0700

----------------------------------------------------------------------
 jdbc/pom.xml                        | 1 +
 packaging/src/main/assembly/bin.xml | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/425273ee/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 322b672..8cf5210 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -189,6 +189,7 @@
               <artifactSet>
                 <excludes>
                   <exclude>org.apache.commons:commons-compress</exclude>
+                  
<exclude>commons-configuration:commons-configuration</exclude>
                   <exclude>org.apache.hadoop:*</exclude>
                   <exclude>org.apache.hive:hive-ant</exclude>
                   <exclude>org.apache.ant:*</exclude>

http://git-wip-us.apache.org/repos/asf/hive/blob/425273ee/packaging/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/packaging/src/main/assembly/bin.xml 
b/packaging/src/main/assembly/bin.xml
index a1c176f..63253c5 100644
--- a/packaging/src/main/assembly/bin.xml
+++ b/packaging/src/main/assembly/bin.xml
@@ -41,7 +41,8 @@
       <excludes>
         <exclude>org.apache.hadoop:*</exclude>
         <exclude>org.apache.hive.hcatalog:*</exclude>
-                   <exclude>org.slf4j:*</exclude>
+        <exclude>org.slf4j:*</exclude>
+        <exclude>commons-configuration:commons-configuration</exclude>
       </excludes>
     </dependencySet>
     <dependencySet>

Reply via email to