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

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit 98e5b2ee07d279e9650d8a87bebbafbf18691474
Author: Andrus Adamchik <[email protected]>
AuthorDate: Wed May 13 15:15:40 2026 -0400

    removing unused test dep
---
 cayenne-ant/pom.xml | 5 -----
 pom.xml             | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/cayenne-ant/pom.xml b/cayenne-ant/pom.xml
index 906b91c52..ae054387d 100644
--- a/cayenne-ant/pom.xml
+++ b/cayenne-ant/pom.xml
@@ -81,11 +81,6 @@
             <artifactId>slf4j-simple</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-testutil</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.xmlunit</groupId>
             <artifactId>xmlunit-matchers</artifactId>
diff --git a/pom.xml b/pom.xml
index 91241a6b2..18945e6d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,11 +363,6 @@
                     </exclusion>
                 </exclusions>
             </dependency>
-            <dependency>
-                <groupId>org.apache.ant</groupId>
-                <artifactId>ant-testutil</artifactId>
-                <version>${ant.version}</version>
-            </dependency>
             <dependency>
                 <groupId>com.jgoodies</groupId>
                 <artifactId>forms</artifactId>

Reply via email to