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

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


The following commit(s) were added to refs/heads/1.22 by this push:
     new 07cf94736b OAK-10207: oak-jcr: remove unused test dependency zip4j 
(#909)
07cf94736b is described below

commit 07cf94736b633f4e69260e593e110b9fe0d953f5
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Mon Apr 24 15:09:19 2023 +0200

    OAK-10207: oak-jcr: remove unused test dependency zip4j (#909)
---
 oak-jcr/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/oak-jcr/pom.xml b/oak-jcr/pom.xml
index 4638cd1c74..b85b4e5b04 100644
--- a/oak-jcr/pom.xml
+++ b/oak-jcr/pom.xml
@@ -465,12 +465,6 @@
       <artifactId>commons-lang3</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>net.lingala.zip4j</groupId>
-      <artifactId>zip4j</artifactId>
-      <version>1.3.2</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>

Reply via email to