NIFI-9351 Excluded test dependencies from nifi-scripting-nar

NIFI-9351 Excluded Groovy test dependencies

- Updated nifi-scripting-nar
- Updated nifi-groovyx-nar

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #5498
This commit is contained in:
exceptionfactory 2021-10-29 15:53:26 -05:00 committed by Matthew Burgess
parent 16e6045d13
commit 1c4ee93e68
No known key found for this signature in database
GPG Key ID: 05D3DEB8126DAD24
4 changed files with 28 additions and 6 deletions

View File

@ -47,6 +47,20 @@
<artifactId>groovy-all</artifactId>
<type>pom</type>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-test</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-test-junit5</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-testng</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

View File

@ -29,9 +29,6 @@ The following binary components are provided under the Apache Software License v
groovy-sql
groovy-swing
groovy-templates
groovy-test
groovy-test-junit5
groovy-testng
groovy-xml
The following NOTICE information applies:
Groovy Language

View File

@ -55,6 +55,20 @@
<artifactId>groovy-all</artifactId>
<type>pom</type>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-test</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-test-junit5</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-testng</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

View File

@ -29,9 +29,6 @@ The following binary components are provided under the Apache Software License v
groovy-sql
groovy-swing
groovy-templates
groovy-test
groovy-test-junit5
groovy-testng
groovy-xml
The following NOTICE information applies:
Groovy Language