This is an automated email from the ASF dual-hosted git repository.

bbende pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new b4e213c  NIFI-8186 Excluded bcprov-ext-jdk15on from 
spring-security-saml2-core dependency (#4793)
b4e213c is described below

commit b4e213cb2c80f50592564b27d952dbb672966f9b
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Feb 1 12:21:46 2021 -0600

    NIFI-8186 Excluded bcprov-ext-jdk15on from spring-security-saml2-core 
dependency (#4793)
---
 nifi-nar-bundles/nifi-framework-bundle/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 2ac511f..7a15da1 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -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>

Reply via email to