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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8d00eef0b remove unused dependency
8d00eef0b is described below

commit 8d00eef0b40fc678ced18cf4658c2c0d05ae2d20
Author: Nikita Timofeev <stari...@gmail.com>
AuthorDate: Thu Jul 28 16:51:14 2022 +0300

    remove unused dependency
---
 cayenne-dbsync/pom.xml | 5 -----
 cayenne-server/pom.xml | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/cayenne-dbsync/pom.xml b/cayenne-dbsync/pom.xml
index 0be791d81..709881a17 100644
--- a/cayenne-dbsync/pom.xml
+++ b/cayenne-dbsync/pom.xml
@@ -62,11 +62,6 @@
                        <artifactId>mockito-core</artifactId>
                        <scope>test</scope>
                </dependency>
-        <dependency>
-            <groupId>xmlunit</groupId>
-            <artifactId>xmlunit</artifactId>
-            <scope>test</scope>
-        </dependency>
                <dependency>
                        <groupId>org.apache.cayenne</groupId>
                        <artifactId>cayenne-server</artifactId>
diff --git a/cayenne-server/pom.xml b/cayenne-server/pom.xml
index 455f22720..a8d740f04 100644
--- a/cayenne-server/pom.xml
+++ b/cayenne-server/pom.xml
@@ -88,11 +88,6 @@
                        <artifactId>slf4j-simple</artifactId>
                        <scope>test</scope>
                </dependency>
-               <dependency>
-                       <groupId>xmlunit</groupId>
-                       <artifactId>xmlunit</artifactId>
-                       <scope>test</scope>
-               </dependency>
                <dependency>
                        <groupId>org.testcontainers</groupId>
                        <artifactId>testcontainers</artifactId>

Reply via email to