MikeThomsen commented on a change in pull request #3404: [WIP] NIFI-5176 Java
11 Build Compatibilty
URL: https://github.com/apache/nifi/pull/3404#discussion_r296442373
##########
File path: nifi-nar-bundles/nifi-scripting-bundle/pom.xml
##########
@@ -61,15 +61,33 @@
<version>1.10.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-metrics</artifactId>
+ <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 provide this as 'compile' to provide Groovy support
in the
+ scripting processors
+ -->
+ <dependency>
Review comment:
Similar changes will need to be done to the groovyx bundle.
----------------------------------------------------------------
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