You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2023/01/16 10:30:29 UTC

[jackrabbit-filevault] branch JCRVLT-680 updated: JCRVLT-680: vault-validation - explicitly add commons-collections4 as test dependency

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch JCRVLT-680
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/JCRVLT-680 by this push:
     new ddcbb144 JCRVLT-680: vault-validation - explicitly add commons-collections4 as test dependency
ddcbb144 is described below

commit ddcbb14487c4cf50a38cb249b524d7396bb6e6ce
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Mon Jan 16 11:30:22 2023 +0100

    JCRVLT-680: vault-validation - explicitly add commons-collections4 as test dependency
---
 vault-validation/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/vault-validation/pom.xml b/vault-validation/pom.xml
index 244e03ad..59722c37 100644
--- a/vault-validation/pom.xml
+++ b/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>
+        </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.resource</artifactId>