MikeThomsen commented on a change in pull request #3547: [WIP] NIFI-5254 Update
Groovy dependecies to version 2.5.4
URL: https://github.com/apache/nifi/pull/3547#discussion_r297103059
##########
File path: nifi-nar-bundles/nifi-scripting-bundle/pom.xml
##########
@@ -67,15 +67,27 @@
<version>1.10.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
+ <!--
+ Groovy is provided, by default, in a 'test' scope for use with
unit tests
+ Explicitly specify Groovy dependencies as 'compile' to provide
Groovy support in the
+ scripting processors
+ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-all</artifactId>
- <version>2.4.15</version>
- <!--
- Groovy is provided, by default, in a 'test' scope for use
with unit tests
- Explicitly provide this as 'compile' to provide Groovy
support in the
- scripting processors
- -->
+ <artifactId>groovy-json</artifactId>
+ <version>2.5.4</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
Review comment:
See previous comment about other missing modules.
----------------------------------------------------------------
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