mattyb149 commented on a change in pull request #4204: NIFI-7355 Added Gremlin
bytecode client service.
URL: https://github.com/apache/nifi/pull/4204#discussion_r407469988
##########
File path: nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
##########
@@ -91,6 +91,17 @@
<artifactId>gremlin-driver</artifactId>
<version>3.3.5</version>
</dependency>
+
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>2.5.10</version>
Review comment:
I recommend bringing in the dateutils as well, as they are no longer
included in the Groovy artifact as of 2.5.10 (see
https://issues.apache.org/jira/browse/NIFI-7069 for details)
----------------------------------------------------------------
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