exceptionfactory commented on code in PR #7692:
URL: https://github.com/apache/nifi/pull/7692#discussion_r1326659994
##########
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml:
##########
@@ -479,13 +479,13 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.codehaus.groovy</groupId>
+ <groupId>org.apache.groovy</groupId>
<artifactId>groovy-json</artifactId>
<version>${nifi.groovy.version}</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.codehaus.groovy</groupId>
+ <groupId>org.apache.groovy</groupId>
<artifactId>groovy-servlet</artifactId>
<version>${nifi.groovy.version}</version>
<scope>test</scope>
Review Comment:
These dependency do not appear to be used in any tests in this module, and
could be removed. There are two references to `groovy.time` classes in
`TestEncryptContent` that should be removed with these modules.
##########
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml:
##########
@@ -108,7 +108,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.codehaus.groovy</groupId>
+ <groupId>org.apache.groovy</groupId>
Review Comment:
This dependency does not appear to be used in any tests, so it can be
removed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]