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 2018/10/28 09:40:40 UTC

svn commit: r1845002 - in /axis/axis2/java/core/trunk: modules/testutils/pom.xml pom.xml

Author: veithen
Date: Sun Oct 28 09:40:40 2018
New Revision: 1845002

URL: http://svn.apache.org/viewvc?rev=1845002&view=rev
Log:
Add missing dependency.

Modified:
    axis/axis2/java/core/trunk/modules/testutils/pom.xml
    axis/axis2/java/core/trunk/pom.xml

Modified: axis/axis2/java/core/trunk/modules/testutils/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/testutils/pom.xml?rev=1845002&r1=1845001&r2=1845002&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/testutils/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/testutils/pom.xml Sun Oct 28 09:40:40 2018
@@ -40,6 +40,10 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>javax.xml.ws</groupId>
+            <artifactId>jaxws-api</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-webapp</artifactId>
             <version>7.6.15.v20140411</version>

Modified: axis/axis2/java/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1845002&r1=1845001&r2=1845002&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Sun Oct 28 09:40:40 2018
@@ -631,6 +631,11 @@
                 <version>${jaxws.tools.version}</version>
             </dependency>
             <dependency>
+                <groupId>javax.xml.ws</groupId>
+                <artifactId>jaxws-api</artifactId>
+                <version>${jaxws.rt.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>com.sun.xml.ws</groupId>
                 <artifactId>jaxws-rt</artifactId>
                 <version>${jaxws.rt.version}</version>