pvillard31 commented on a change in pull request #4068: NIFI-6293 - Add support
to Mongo Extended JSON to RunMongoAggregation Query
URL: https://github.com/apache/nifi/pull/4068#discussion_r382723574
##########
File path: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml
##########
@@ -116,5 +116,10 @@
<version>${nifi.groovy.version}</version>
<scope>test</scope>
</dependency>
- </dependencies>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>20180813</version>
Review comment:
I believe we don't want to use this library because of the licensing.
https://jira.apache.org/jira/browse/LEGAL-245
to be confirmed though - I believe there are accepted alternatives
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services