Skip to content

Commit

Permalink
log4j-1.2 exclusion in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
manishsinghmowall committed May 23, 2024
1 parent d8daeba commit 3040b02
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sharelib/hive2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,13 @@ e
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-beeline</artifactId>
<scope>compile</scope>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 3040b02

Please sign in to comment.