This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.16 in repository https://gitbox.apache.org/repos/asf/nifi.git
commit b16aa36681e81ffa352151478f5fe7f610c125a7 Author: exceptionfactory <[email protected]> AuthorDate: Mon Apr 18 15:08:27 2022 -0500 NIFI-9934 Remove unused Groovy dependency management from nifi-graph-test-clients Signed-off-by: Pierre Villard <[email protected]> This closes #5974. --- .../nifi-graph-test-clients/pom.xml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml index 537479be7b..c22252f60e 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml @@ -35,27 +35,7 @@ <artifactId>commons-io</artifactId> <version>2.10.0</version> </dependency> - <!-- Override Gremlin and Groovy --> - <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy</artifactId> - <classifier>indy</classifier> - </dependency> - <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy-json</artifactId> - <classifier>indy</classifier> - </dependency> - <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy-groovysh</artifactId> - <classifier>indy</classifier> - </dependency> - <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy-jsr223</artifactId> - <classifier>indy</classifier> - </dependency> + <!-- Override Gremlin --> <dependency> <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-core</artifactId>
