mirror of https://github.com/apache/nifi.git
NIFI-8186 Excluded bcprov-ext-jdk15on from spring-security-saml2-core dependency (#4793)
This commit is contained in:
parent
29a1d6badc
commit
b4e213cb2c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue