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 015690f  Remove the stax.impl.* properties
015690f is described below

commit 015690f4210764928f111f5cb7de44ab9d6f7c0f
Author: Andreas Veithen <veit...@apache.org>
AuthorDate: Sun May 10 20:21:02 2020 +0100

    Remove the stax.impl.* properties
---
 axiom-api/pom.xml                  |  4 ++--
 implementations/axiom-dom/pom.xml  |  4 ++--
 implementations/axiom-impl/pom.xml |  4 ++--
 pom.xml                            | 19 +++----------------
 systests/old-tests/pom.xml         |  4 ++--
 testing/xml-testsuite/pom.xml      |  4 ++--
 6 files changed, 13 insertions(+), 26 deletions(-)

diff --git a/axiom-api/pom.xml b/axiom-api/pom.xml
index 2c30871..1041d5d 100644
--- a/axiom-api/pom.xml
+++ b/axiom-api/pom.xml
@@ -78,8 +78,8 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>${stax.impl.groupid}</groupId>
-            <artifactId>${stax.impl.artifact}</artifactId>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>woodstox-core-asl</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/implementations/axiom-dom/pom.xml 
b/implementations/axiom-dom/pom.xml
index c97bd9e..e634224 100644
--- a/implementations/axiom-dom/pom.xml
+++ b/implementations/axiom-dom/pom.xml
@@ -51,8 +51,8 @@
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>${stax.impl.groupid}</groupId>
-            <artifactId>${stax.impl.artifact}</artifactId>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>woodstox-core-asl</artifactId>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
diff --git a/implementations/axiom-impl/pom.xml 
b/implementations/axiom-impl/pom.xml
index 0c70be7..92a9fd9 100644
--- a/implementations/axiom-impl/pom.xml
+++ b/implementations/axiom-impl/pom.xml
@@ -45,8 +45,8 @@
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>${stax.impl.groupid}</groupId>
-            <artifactId>${stax.impl.artifact}</artifactId>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>woodstox-core-asl</artifactId>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>
diff --git a/pom.xml b/pom.xml
index 42b8689..d43d6f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,20 +242,7 @@
 
     <properties>
         <osgi.version>5.0.0</osgi.version>
-        <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
-        <stax.impl.artifact>woodstox-core-asl</stax.impl.artifact>
-        <stax.impl.version>4.2.0</stax.impl.version>
         <failIfNoTests>false</failIfNoTests>
-        <!--
-        <stax.impl.groupid>com.sun.xml.stream</stax.impl.groupid>
-        <stax.impl.artifact>sjsxp</stax.impl.artifact>
-        <stax.impl.version>1.0.1</stax.impl.version>
-        -->
-        <!--
-        <stax.impl.groupid>stax</stax.impl.groupid>
-        <stax.impl.artifact>stax</stax.impl.artifact>
-        <stax.impl.version>1.2.0</stax.impl.version>
-        -->
         <aspectj.version>1.9.1</aspectj.version>
         <shade.plugin.version>2.3</shade.plugin.version>
         <spring.version>5.0.1.RELEASE</spring.version>
@@ -316,9 +303,9 @@
                 <version>1.2</version>
             </dependency>
             <dependency>
-                <groupId>${stax.impl.groupid}</groupId>
-                <artifactId>${stax.impl.artifact}</artifactId>
-                <version>${stax.impl.version}</version>
+                <groupId>org.codehaus.woodstox</groupId>
+                <artifactId>woodstox-core-asl</artifactId>
+                <version>4.2.0</version>
                 <exclusions>
                     <exclusion>
                         <groupId>stax</groupId>
diff --git a/systests/old-tests/pom.xml b/systests/old-tests/pom.xml
index 4887cad..a4e6068 100644
--- a/systests/old-tests/pom.xml
+++ b/systests/old-tests/pom.xml
@@ -69,8 +69,8 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>${stax.impl.groupid}</groupId>
-            <artifactId>${stax.impl.artifact}</artifactId>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>woodstox-core-asl</artifactId>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
diff --git a/testing/xml-testsuite/pom.xml b/testing/xml-testsuite/pom.xml
index 2700b7f..74bc85f 100644
--- a/testing/xml-testsuite/pom.xml
+++ b/testing/xml-testsuite/pom.xml
@@ -36,8 +36,8 @@
 
     <dependencies>
         <dependency>
-            <groupId>${stax.impl.groupid}</groupId>
-            <artifactId>${stax.impl.artifact}</artifactId>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>woodstox-core-asl</artifactId>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>

Reply via email to