NIFI-9934 Remove unused Groovy dependency management from nifi-graph-test-clients

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #5974.
This commit is contained in:
exceptionfactory 2022-04-18 15:08:27 -05:00 committed by Pierre Villard
parent ecf0a93124
commit 081154530a
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 21 deletions

View File

@ -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>