You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/03/25 22:25:21 UTC

[GitHub] [nifi] MikeThomsen commented on a change in pull request #5899: NIFI-7253 Standardized Jackson dependencies across the codebase.

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

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