reschke commented on code in PR #269:
URL: 
https://github.com/apache/jackrabbit-filevault/pull/269#discussion_r1082340633


##########
vault-validation/pom.xml:
##########
@@ -247,6 +247,12 @@
             <artifactId>slf4j-simple</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <!-- see JCRVLT-680 -->
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-collections4</artifactId>
+            <scope>test</scope>

Review Comment:
   The root cause is that vault-validation sets jackrabbit.version to 2.16.0, 
and that version predates the switch to commons-collections4.



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