mirror of https://github.com/apache/nifi.git
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:
parent
16e6045d13
commit
1c4ee93e68
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue