You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by vg...@apache.org on 2018/07/23 22:57:20 UTC

hive git commit: HIVE-20227: Exclude glassfish javax.el dependency(Vineet Garg, reviewed by Ashutosh Chauhan)

Repository: hive
Updated Branches:
  refs/heads/branch-3.1 a0813d364 -> bcc7df958


HIVE-20227: Exclude glassfish javax.el dependency(Vineet Garg, reviewed by Ashutosh Chauhan)


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

Branch: refs/heads/branch-3.1
Commit: bcc7df95824831a8d2f1524e4048dfc23ab98c19
Parents: a0813d3
Author: Vineet Garg <vg...@apache.org>
Authored: Mon Jul 23 15:55:57 2018 -0700
Committer: Vineet Garg <vg...@apache.org>
Committed: Mon Jul 23 15:55:57 2018 -0700

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/bcc7df95/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dab7445..fd5b7ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -941,6 +941,12 @@
         <groupId>org.apache.hbase</groupId>
         <artifactId>hbase-server</artifactId>
         <version>${hbase.version}</version>
+	<exclusions>
+            <exclusion>
+        	<groupId>org.glassfish</groupId>
+		<artifactId>javax.el</artifactId>
+            </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.apache.hbase</groupId>