Skip to content

Commit

Permalink
HIVE-27012:Remove JavaEWAH dependency from HIVE to fix CVEs. (apache#…
Browse files Browse the repository at this point in the history
…4010) (Devaspati Krishnatri, reviewed by Sai Hemanth Gantasala)
  • Loading branch information
Devaspati authored Mar 2, 2023
1 parent ff17b8e commit 44c6a49
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion lib/README
Original file line number Diff line number Diff line change
@@ -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/
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
5 changes: 0 additions & 5 deletions ql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 44c6a49

Please sign in to comment.