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


##########
nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml:
##########
@@ -93,5 +93,11 @@
             <artifactId>nifi-schema-registry-service-api</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.glassfish</groupId>
+            <artifactId>javax.json</artifactId>
+            <version>1.0.4</version>
+            <scope>test</scope>
+        </dependency>

Review Comment:
   Although the `javax.json` library is used in a couple places, I concur with 
@turcsanyip that we should use Jackson as much as possible. Some third-party 
libraries depend on alternative JSON implementations, but from a direct 
dependency management and code maintenance perspective, it is better to use 
Jackson.



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