exceptionfactory commented on code in PR #5904:
URL: https://github.com/apache/nifi/pull/5904#discussion_r842070811


##########
nifi-commons/nifi-property-protection-azure/pom.xml:
##########
@@ -97,6 +97,12 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>com.fasterxml.woodstox</groupId>
+            <artifactId>woodstox-core</artifactId>
+            <version>5.0.3</version>
+            <!-- This appears to be the common version in NiFi -->
+        </dependency>

Review Comment:
   The current Maven configuration has exclusions for `woodstox-core` to avoid 
unexpected runtime behavior with a different XML implementation. The 
`jackson-dataformat-xml` dependency includes a dependency on `woodstox-core` 
that has a major version of 6, instead of 5.



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to