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 2021/11/29 23:43:54 UTC

[ws-axiom] branch master updated: Remove references to shared-mixins

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 84e2208  Remove references to shared-mixins
84e2208 is described below

commit 84e2208e3095305282d24a17522b9d4483e7f35a
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Mon Nov 29 23:43:45 2021 +0000

    Remove references to shared-mixins
---
 mixins/dom-mixins/pom.xml | 5 -----
 mixins/om-mixins/pom.xml  | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/mixins/dom-mixins/pom.xml b/mixins/dom-mixins/pom.xml
index 982edd6..22bab89 100644
--- a/mixins/dom-mixins/pom.xml
+++ b/mixins/dom-mixins/pom.xml
@@ -37,11 +37,6 @@
             <artifactId>core-mixins</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>shared-mixins</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency><!-- TODO: decouple this from the Axiom API -->
             <groupId>${project.groupId}</groupId>
             <artifactId>om-mixins</artifactId>
diff --git a/mixins/om-mixins/pom.xml b/mixins/om-mixins/pom.xml
index 6b4ce86..89dfbba 100644
--- a/mixins/om-mixins/pom.xml
+++ b/mixins/om-mixins/pom.xml
@@ -45,11 +45,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>shared-mixins</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>xml-utils</artifactId>
             <version>${project.version}</version>
         </dependency>