Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/3015
@mattyb149 @joewitt Removed the following as compile dependencies because I
can't see any valid use for them in our scripting scenarios:
* groovy-cli*
* groovy-groovydoc
* groovy-d
Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/3015
@mattyb149 @joewitt while I'm doing L&N validation on their dependencies, I
can also cut out some of the fat by dropping Groovy modules like the CLI one
that have no bearing on NiFi scripting. Tho
Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/3015
Thanks, that's what I thought, but need a second opinion because we gotta
cross our `T`s and dot our `I`s on this stuff. Will fix.
---
Github user mattyb149 commented on the issue:
https://github.com/apache/nifi/pull/3015
Unfortunately I believe you need to enumerate all the transitive
dependencies in the L&N. You should have been able to copy that from the Groovy
NOTICE, but it does not have its own dependencies lis
Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/3015
@joewitt In 2.5.0 they removed the groovy-all fat jar in favor of doing a
pom import that brings in all of the individual groovy components. Should I
change the `NOTICE` to say "groovy-all pom and