You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/10/16 21:35:47 UTC

[ws-axiom] branch master updated: Remove unused dependency

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


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

commit a4da5675687af2f4c7901cf60c92f60ffc5da63d
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Sun Oct 16 22:35:38 2022 +0100

    Remove unused dependency
---
 axiom-api/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/axiom-api/pom.xml b/axiom-api/pom.xml
index 93858139a..e8d86e9f5 100644
--- a/axiom-api/pom.xml
+++ b/axiom-api/pom.xml
@@ -71,12 +71,6 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>xml-truth</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>com.fasterxml.woodstox</groupId>
             <artifactId>woodstox-core</artifactId>