Skip to content

Commit

Permalink
ODP-1443:Fix Oozie build errors caused by Maven 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manishsinghmowall committed May 28, 2024
1 parent 0f84257 commit 68d68ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sharelib/hive2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ e
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<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 68d68ea

Please sign in to comment.