ATLAS-4794: fixed initialization failure in HBase and Hive hooks

This commit is contained in:
Madhan Neethiraj 2023-09-08 14:10:17 -07:00
parent d67cd509e5
commit dc5db3b6c1
2 changed files with 20 additions and 0 deletions

View File

@ -399,6 +399,16 @@
<artifactId>jersey-bundle</artifactId>
<version>${jersey.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</artifactItem>
</artifactItems>
</configuration>
</execution>

View File

@ -316,6 +316,16 @@
<artifactId>jersey-client</artifactId>
<version>${jersey.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</artifactItem>
</artifactItems>
</configuration>
</execution>