MikeThomsen commented on a change in pull request #5899:
URL: https://github.com/apache/nifi/pull/5899#discussion_r835648251
##########
File path: nifi-commons/nifi-property-protection-factory/pom.xml
##########
@@ -21,6 +21,11 @@
<version>1.16.0-SNAPSHOT</version>
</parent>
<artifactId>nifi-property-protection-factory</artifactId>
+ <properties>
+ <!-- We appear to not be able to use the same version of Jackson here
because of a subtle bug related to it
+ in the Azure Identity lib-->
+ <jackson.version>2.12.4</jackson.version>
+ </properties>
Review comment:
I added `woodstox` to satisfy an equivalent issue in the Registry. I'll
try that here.
--
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]