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 2020/02/21 17:58:58 UTC

[GitHub] [nifi] pvillard31 commented on a change in pull request #4068: NIFI-6293 - Add support to Mongo Extended JSON to RunMongoAggregation Query

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:
users@infra.apache.org


With regards,
Apache Git Services