bbende commented on a change in pull request #5630:
URL: https://github.com/apache/nifi/pull/5630#discussion_r787776937
##########
File path: nifi-manifest/nifi-runtime-manifest-core/pom.xml
##########
@@ -44,5 +44,10 @@
<artifactId>nifi-extension-manifest-parser</artifactId>
<version>1.16.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
Review comment:
Yes there is some code in this module that uses an ObjectMapper to
serialize the manifest to JSON
--
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]