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:20 UTC

[db-jdo] branch master updated (0b08be4 -> 7952cf6)

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

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


    from 0b08be4  JDO-786: commons-collections -> commons-collections4
     new dc117de  JDO-786: unused import
     new 7952cf6  JDO-786: removed dependency commons-collections

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 exectck/pom.xml                                             | 4 ----
 exectck/src/main/java/org/apache/jdo/exectck/Utilities.java | 1 -
 parent-pom/pom.xml                                          | 5 -----
 3 files changed, 10 deletions(-)


[db-jdo] 01/02: JDO-786: unused import

Posted by mb...@apache.org.
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 dc117de3ffc2b7d238df8008576064b61f37aca9
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Wed Oct 28 23:55:34 2020 +0100

    JDO-786: unused import
---
 exectck/src/main/java/org/apache/jdo/exectck/Utilities.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/exectck/src/main/java/org/apache/jdo/exectck/Utilities.java b/exectck/src/main/java/org/apache/jdo/exectck/Utilities.java
index 4f76935..6622895 100644
--- a/exectck/src/main/java/org/apache/jdo/exectck/Utilities.java
+++ b/exectck/src/main/java/org/apache/jdo/exectck/Utilities.java
@@ -28,7 +28,6 @@ import java.net.URL;
 import java.net.URLClassLoader;
 import java.nio.CharBuffer;
 import java.text.SimpleDateFormat;
-import java.util.ArrayList;
 import java.util.Calendar;
 import java.util.List;
 import javax.jdo.JDOException;


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

Posted by mb...@apache.org.
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>