You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/03/29 20:51:54 UTC

svn commit: r642593 - /webservices/axis2/trunk/java/modules/samples/jaxws-samples/pom.xml

Author: dims
Date: Sat Mar 29 12:51:51 2008
New Revision: 642593

URL: http://svn.apache.org/viewvc?rev=642593&view=rev
Log:
explicitly specify the jws api dependency

Modified:
    webservices/axis2/trunk/java/modules/samples/jaxws-samples/pom.xml

Modified: webservices/axis2/trunk/java/modules/samples/jaxws-samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/jaxws-samples/pom.xml?rev=642593&r1=642592&r2=642593&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/jaxws-samples/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/samples/jaxws-samples/pom.xml Sat Mar 29 12:51:51 2008
@@ -45,6 +45,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-jws-api</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
             <version>SNAPSHOT</version>
         </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org