exceptionfactory commented on code in PR #7752:
URL: https://github.com/apache/nifi/pull/7752#discussion_r1329274604


##########
nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml:
##########
@@ -120,28 +120,34 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.groovy</groupId>
+            <groupId>org.xmlunit</groupId>
+            <artifactId>xmlunit-core</artifactId>

Review Comment:
   Thanks for clarifying. This sounds like a case where the tests should be 
simplified. There is nothing specific to XML parsing in the Execute Script 
components themselves, so there is no need to retain the complex XML parsing 
tests. If this requires removing some test methods, it would be better to do 
that and remove this dependency.



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

Reply via email to