NIFI-10645 Corrected Bouncy Castle dependencies for Iceberg

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #6636
This commit is contained in:
exceptionfactory 2022-11-08 15:55:19 -06:00 committed by Matthew Burgess
parent d374c1f399
commit 01816da56f
No known key found for this signature in database
GPG Key ID: 05D3DEB8126DAD24

View File

@ -134,6 +134,14 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</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>
@ -141,6 +149,14 @@
<artifactId>ozone-filesystem</artifactId>
<version>${ozone.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
</dependency>
</dependencies>
</profile>
<!-- Includes hadoop-gcp for accessing HDFS with an gcs:// filesystem -->