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 2022/05/29 18:27:54 UTC

[db-jdo] branch JDO-814 created (now 16b9f279)

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

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


      at 16b9f279 JDO-814: Remove ant dependency

This branch includes the following new commits:

     new 16b9f279 JDO-814: Remove ant dependency

The 1 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.



[db-jdo] 01/01: JDO-814: Remove ant dependency

Posted by mb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 16b9f279a56326574df63022bb6e324b8ab0130f
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Sun May 29 20:27:35 2022 +0200

    JDO-814: Remove ant dependency
---
 api/pom.xml        | 5 -----
 parent-pom/pom.xml | 6 ------
 2 files changed, 11 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 86b76d07..16af7d69 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -40,11 +40,6 @@
             <groupId>org.glassfish.corba</groupId>
             <artifactId>glassfish-corba-omgapi</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.junit.vintage</groupId>
             <artifactId>junit-vintage-engine</artifactId>
diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index c7d81535..0a311436 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -186,12 +186,6 @@
                 <artifactId>javax.transaction-api</artifactId>
                 <version>1.3</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.ant</groupId>
-                <artifactId>ant</artifactId>
-                <version>1.10.12</version>
-                <scope>test</scope>
-            </dependency>
             <dependency>
                 <groupId>org.junit.vintage</groupId>
                 <artifactId>junit-vintage-engine</artifactId>