jtstorck commented on a change in pull request #3404: NIFI-5176 Java 11 Build
Compatibilty
URL: https://github.com/apache/nifi/pull/3404#discussion_r307503042
##########
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:
Groovy changes were pulled out into a separate [PR
3547](https://github.com/apache/nifi/pull/3547).
----------------------------------------------------------------
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