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 2018/10/23 12:09:51 UTC

svn commit: r1844639 - in /webservices/axiom/trunk: pom.xml testing/saaj-testsuite/pom.xml

Author: veithen
Date: Tue Oct 23 12:09:50 2018
New Revision: 1844639

URL: http://svn.apache.org/viewvc?rev=1844639&view=rev
Log:
Upgrade SAAJ.

Modified:
    webservices/axiom/trunk/pom.xml
    webservices/axiom/trunk/testing/saaj-testsuite/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1844639&r1=1844638&r2=1844639&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Tue Oct 23 12:09:50 2018
@@ -462,13 +462,13 @@
             </dependency>
             <dependency>
                 <groupId>javax.xml.soap</groupId>
-                <artifactId>saaj-api</artifactId>
-                <version>1.3.3</version>
+                <artifactId>javax.xml.soap-api</artifactId>
+                <version>1.3.8</version>
             </dependency>
             <dependency>
                 <groupId>com.sun.xml.messaging.saaj</groupId>
                 <artifactId>saaj-impl</artifactId>
-                <version>1.3.10</version>
+                <version>1.3.28</version>
             </dependency>
             <dependency>
                 <groupId>commons-codec</groupId>

Modified: webservices/axiom/trunk/testing/saaj-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/saaj-testsuite/pom.xml?rev=1844639&r1=1844638&r2=1844639&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/saaj-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/saaj-testsuite/pom.xml Tue Oct 23 12:09:50 2018
@@ -34,7 +34,7 @@
     <dependencies>
         <dependency>
             <groupId>javax.xml.soap</groupId>
-            <artifactId>saaj-api</artifactId>
+            <artifactId>javax.xml.soap-api</artifactId>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>