Skip to content

Commit 455c460

Browse files
committed
Fix hadoop-3 check
1 parent cc33234 commit 455c460

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4087,6 +4087,14 @@
40874087
<groupId>org.slf4j</groupId>
40884088
<artifactId>slf4j-reload4j</artifactId>
40894089
</exclusion>
4090+
<exclusion>
4091+
<groupId>org.bouncycastle</groupId>
4092+
<artifactId>bcprov-jdk15on</artifactId>
4093+
</exclusion>
4094+
<exclusion>
4095+
<groupId>org.bouncycastle</groupId>
4096+
<artifactId>bcpkix-jdk15on</artifactId>
4097+
</exclusion>
40904098
</exclusions>
40914099
</dependency>
40924100
<dependency>

0 commit comments

Comments
 (0)