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


##########
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml:
##########
@@ -130,6 +146,11 @@
             <groupId>com.github.ben-manes.caffeine</groupId>
             <artifactId>caffeine</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.datatype</groupId>
+            <artifactId>jackson-datatype-jsr310</artifactId>
+            <version>2.15.3</version>

Review Comment:
   This version should not be set explicitly. It should be provided in the 
`jackson-bom` at the root Maven configuration, did you notice any issues with 
the version not set?



-- 
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