NIFI-8186 Excluded bcprov-ext-jdk15on from spring-security-saml2-core dependency (#4793)

This commit is contained in:
exceptionfactory 2021-02-01 12:21:46 -06:00 committed by GitHub
parent 29a1d6badc
commit b4e213cb2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -521,6 +521,13 @@
<groupId>org.springframework.security.extensions</groupId>
<artifactId>spring-security-saml2-core</artifactId>
<version>1.0.10.RELEASE</version>
<exclusions>
<!-- Excluded to avoid inclusion of different version of Bouncy Castle Provider -->
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.security.kerberos</groupId>