Skip to content

Commit

Permalink
Merge pull request #1499 from rsleem/BACKLOG-41903
Browse files Browse the repository at this point in the history
[PPP-5382] updated hive-service dependency to exclude hive-exec transitive dependency to avoid airCompressor vesrion with security vulnerability
  • Loading branch information
angel-ramoscardona authored Nov 4, 2024
2 parents 962a681 + e423c6f commit 0204160
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions shims/apachevanilla/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,21 @@
<artifactId>velocity</artifactId>
<groupId>org.apache.velocity</groupId>
</exclusion>
<exclusion>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${org.apache.hive.version}</version>
<exclusions>
<exclusion>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 0204160

Please sign in to comment.