exceptionfactory commented on a change in pull request #5906:
URL: https://github.com/apache/nifi/pull/5906#discussion_r836379203



##########
File path: nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml
##########
@@ -17,7 +17,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <properties>
-        <poi.version>5.0.0</poi.version>
+        <poi.version>5.2.2</poi.version>

Review comment:
       Is this update related to the `xmlsec` dependency?

##########
File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml
##########
@@ -197,6 +197,21 @@
         <dependency>
             <groupId>org.springframework.security.extensions</groupId>
             <artifactId>spring-security-saml2-core</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.santuario</groupId>
+                    <artifactId>xmlsec</artifactId>
+                </exclusion>

Review comment:
       Is it necessary to exclude the dependency here? It should be sufficient 
to either include the explicit version, or use the dependency management block 
in the parent Maven configuration to set the version.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to