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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new cc376030ac OAK-10767: oak-it-osgi unnecessarily deploys 
commons-collections to the test environment (#1425)
cc376030ac is described below

commit cc376030ac58d10c2d534b75d84c5e0af2dde8bb
Author: mbaedke <manfred.bae...@gmail.com>
AuthorDate: Fri Apr 19 10:44:05 2024 +0200

    OAK-10767: oak-it-osgi unnecessarily deploys commons-collections to the 
test environment (#1425)
    
    Fixed
---
 oak-it-osgi/pom.xml          | 6 ------
 oak-it-osgi/test-bundles.xml | 1 -
 2 files changed, 7 deletions(-)

diff --git a/oak-it-osgi/pom.xml b/oak-it-osgi/pom.xml
index c70482a690..1c8bf0dadd 100644
--- a/oak-it-osgi/pom.xml
+++ b/oak-it-osgi/pom.xml
@@ -206,12 +206,6 @@
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>3.2.2</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-collections4</artifactId>
diff --git a/oak-it-osgi/test-bundles.xml b/oak-it-osgi/test-bundles.xml
index fed3470534..cae2afa2bd 100644
--- a/oak-it-osgi/test-bundles.xml
+++ b/oak-it-osgi/test-bundles.xml
@@ -35,7 +35,6 @@
         <include>ch.qos.logback:logback-classic</include>
         <include>commons-codec:commons-codec</include>
         <include>commons-io:commons-io</include>
-        <include>commons-collections:commons-collections</include>
         <include>commons-fileupload:commons-fileupload</include>
         <include>commons-logging:commons-logging</include>
         <include>com.fasterxml.jackson.core:jackson-core</include>

Reply via email to