You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2020/10/28 22:56:22 UTC

[db-jdo] 02/02: JDO-786: removed dependency commons-collections

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

mbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit 7952cf6f2e3a9612c49495113abc2d2956e6cd43
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Wed Oct 28 23:56:10 2020 +0100

    JDO-786: removed dependency commons-collections
---
 exectck/pom.xml    | 4 ----
 parent-pom/pom.xml | 5 -----
 2 files changed, 9 deletions(-)

diff --git a/exectck/pom.xml b/exectck/pom.xml
index 5164da6..2a3a396 100644
--- a/exectck/pom.xml
+++ b/exectck/pom.xml
@@ -101,10 +101,6 @@
             <artifactId>spring-beans</artifactId>
         </dependency>
         <dependency>
-          <groupId>org.apache.commons</groupId>
-          <artifactId>commons-collections4</artifactId>
-        </dependency>
-        <dependency>
           <groupId>org.eclipse.persistence</groupId>
           <artifactId>javax.persistence</artifactId>
         </dependency>
diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index f181356..eb8949b 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -111,11 +111,6 @@ Requests (JSR 12 and 243) under the auspices of the Java Community Process.</des
         <artifactId>spring-beans</artifactId>
         <version>5.2.9.RELEASE</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-collections4</artifactId>
-        <version>4.4</version>
-      </dependency>
      <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>