Skip to content

Commit

Permalink
Fix hadoop-3 check
Browse files Browse the repository at this point in the history
  • Loading branch information
NihalJain committed Sep 19, 2023
1 parent cc33234 commit f4bf177
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@
<snappy.version>1.1.10.1</snappy.version>
<xz.version>1.9</xz.version>
<zstd-jni.version>1.5.5-2</zstd-jni.version>
<hbase-thirdparty.version>4.1.4</hbase-thirdparty.version>
<hbase-thirdparty.version>4.1.5-SNAPSHOT</hbase-thirdparty.version>
<!-- Coverage properties -->
<jacoco.version>0.8.8</jacoco.version>
<jacocoArgLine/>
Expand Down Expand Up @@ -4087,6 +4087,14 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit f4bf177

Please sign in to comment.