You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2016/12/30 15:35:58 UTC

svn commit: r1776593 - in /axis/axis2/java/core/trunk: legal/geronimo-saaj-LICENSE.txt modules/jaxws-integration/pom.xml modules/jaxws/pom.xml modules/saaj/pom.xml pom.xml

Author: veithen
Date: Fri Dec 30 15:35:58 2016
New Revision: 1776593

URL: http://svn.apache.org/viewvc?rev=1776593&view=rev
Log:
Remove the dependency on the SAAJ API because it is part of the JRE.

Removed:
    axis/axis2/java/core/trunk/legal/geronimo-saaj-LICENSE.txt
Modified:
    axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml
    axis/axis2/java/core/trunk/modules/jaxws/pom.xml
    axis/axis2/java/core/trunk/modules/saaj/pom.xml
    axis/axis2/java/core/trunk/pom.xml

Modified: axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml?rev=1776593&r1=1776592&r2=1776593&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml Fri Dec 30 15:35:58 2016
@@ -154,10 +154,6 @@
                                 </artifact>
                                 <artifact>
                                     <groupId>org.apache.geronimo.specs</groupId>
-                                    <artifactId>geronimo-saaj_1.3_spec</artifactId>
-                                </artifact>
-                                <artifact>
-                                    <groupId>org.apache.geronimo.specs</groupId>
                                     <artifactId>geronimo-jaxws_2.2_spec</artifactId>
                                 </artifact>
                             </artifacts>

Modified: axis/axis2/java/core/trunk/modules/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws/pom.xml?rev=1776593&r1=1776592&r2=1776593&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jaxws/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/jaxws/pom.xml Fri Dec 30 15:35:58 2016
@@ -213,10 +213,6 @@
                                 </artifact>
                                 <artifact>
                                     <groupId>org.apache.geronimo.specs</groupId>
-                                    <artifactId>geronimo-saaj_1.3_spec</artifactId>
-                                </artifact>
-                                <artifact>
-                                    <groupId>org.apache.geronimo.specs</groupId>
                                     <artifactId>geronimo-jaxws_2.2_spec</artifactId>
                                 </artifact>
                             </artifacts>

Modified: axis/axis2/java/core/trunk/modules/saaj/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/saaj/pom.xml?rev=1776593&r1=1776592&r2=1776593&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/saaj/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/saaj/pom.xml Fri Dec 30 15:35:58 2016
@@ -38,10 +38,6 @@
     </scm>
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-saaj_1.3_spec</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-dom</artifactId>
             <scope>runtime</scope>
@@ -164,8 +160,10 @@
                             <separator>${path.separator}</separator>
                             <artifacts>
                                 <artifact>
+                                    <!-- TODO: make the test cases compatible with the SAAJ API in the JRE and remove this -->
                                     <groupId>org.apache.geronimo.specs</groupId>
                                     <artifactId>geronimo-saaj_1.3_spec</artifactId>
+                                    <version>1.0.1</version>
                                 </artifact>
                             </artifacts>
                         </configuration>

Modified: axis/axis2/java/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1776593&r1=1776592&r2=1776593&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Fri Dec 30 15:35:58 2016
@@ -518,7 +518,6 @@
         <geronimo.spec.annotation.version>1.1</geronimo.spec.annotation.version>
         <geronimo.spec.javamail.version>1.6</geronimo.spec.javamail.version>
         <geronimo.spec.metadata.version>1.1.2</geronimo.spec.metadata.version>
-        <geronimo.spec.saaj.version>1.0.1</geronimo.spec.saaj.version>
         <geronimo.spec.jaxws.version>1.0</geronimo.spec.jaxws.version>
         <google.gson.version>2.1</google.gson.version>
         <httpclient.version>4.5.2</httpclient.version>
@@ -805,11 +804,6 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-saaj_1.3_spec</artifactId>
-                <version>${geronimo.spec.saaj.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-jaxws_2.2_spec</artifactId>
                 <version>${geronimo.spec.jaxws.version}</version>
             </dependency>