MikeThomsen commented on a change in pull request #5276:
URL: https://github.com/apache/nifi/pull/5276#discussion_r682031489
##########
File path: nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml
##########
@@ -85,6 +85,12 @@
</exclusion>
</exclusions>
</dependency>
+ <!-- Override groovy-all:2.1.6 from Hive -->
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy-all</artifactId>
+ <version>2.4.21</version>
Review comment:
Why are we leaving it at 2.4.X here? Breaking change in 2.5?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]