This is an automated email from the ASF dual-hosted git repository.
gsaihemanth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 44c6a49c1fe HIVE-27012:Remove JavaEWAH dependency from HIVE to fix
CVEs. (#4010) (Devaspati Krishnatri, reviewed by Sai Hemanth Gantasala)
44c6a49c1fe is described below
commit 44c6a49c1fe259dbdce81b8375e4da721a5d57fa
Author: Devaspati <[email protected]>
AuthorDate: Thu Mar 2 10:32:33 2023 +0530
HIVE-27012:Remove JavaEWAH dependency from HIVE to fix CVEs. (#4010)
(Devaspati Krishnatri, reviewed by Sai Hemanth Gantasala)
---
lib/README | 1 -
pom.xml | 6 ------
ql/pom.xml | 5 -----
3 files changed, 12 deletions(-)
diff --git a/lib/README b/lib/README
index f10b1d199ad..d842dab2a32 100644
--- a/lib/README
+++ b/lib/README
@@ -1,4 +1,3 @@
Folowing is the list of external jars contained in this directory and the
sources from where they were obtained:
---------------------------------------------------------------------------------------------------------------
-* javaewah-0.3.jar - http://code.google.com/p/javaewah/downloads/
diff --git a/pom.xml b/pom.xml
index 363047a1c79..99a643a728b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,6 @@
<jackson.version>2.12.7</jackson.version>
<jamon.plugin.version>2.3.4</jamon.plugin.version>
<jamon-runtime.version>2.4.1</jamon-runtime.version>
- <javaewah.version>0.3.2</javaewah.version>
<javax-servlet.version>3.1.0</javax-servlet.version>
<javax-servlet-jsp.version>2.3.1</javax-servlet-jsp.version>
<javolution.version>5.5.1</javolution.version>
@@ -315,11 +314,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>com.googlecode.javaewah</groupId>
- <artifactId>JavaEWAH</artifactId>
- <version>${javaewah.version}</version>
- </dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
diff --git a/ql/pom.xml b/ql/pom.xml
index be7a4bfe818..aae816f977e 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -515,10 +515,6 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
- <dependency>
- <groupId>com.googlecode.javaewah</groupId>
- <artifactId>JavaEWAH</artifactId>
- </dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
@@ -1072,7 +1068,6 @@
<include>org.apache.hive.shims:hive-shims-0.23</include>
<include>org.apache.hive.shims:hive-shims-0.23</include>
<include>org.apache.hive.shims:hive-shims-common</include>
- <include>com.googlecode.javaewah:JavaEWAH</include>
<include>javolution:javolution</include>
<include>com.google.protobuf:protobuf-java</include>
<include>io.airlift:aircompressor</include>