You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/12/14 23:03:58 UTC

svn commit: r890497 - /tuscany/sca-java-1.x/trunk/modules/interface-java-jaxws/pom.xml

Author: lresende
Date: Mon Dec 14 22:03:57 2009
New Revision: 890497

URL: http://svn.apache.org/viewvc?rev=890497&view=rev
Log:
Fixing classNotFound issue with jaxws

Modified:
    tuscany/sca-java-1.x/trunk/modules/interface-java-jaxws/pom.xml

Modified: tuscany/sca-java-1.x/trunk/modules/interface-java-jaxws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/modules/interface-java-jaxws/pom.xml?rev=890497&r1=890496&r2=890497&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/modules/interface-java-jaxws/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/modules/interface-java-jaxws/pom.xml Mon Dec 14 22:03:57 2009
@@ -77,12 +77,22 @@
             <artifactId>jsr250-api</artifactId>
             <version>1.0</version>
         </dependency>
-
         <dependency>
             <groupId>asm</groupId>
-            <artifactId>asm-all</artifactId>
+            <artifactId>asm</artifactId>
+            <version>3.1</version>
+        </dependency>
+        <dependency>
+            <groupId>asm</groupId>
+            <artifactId>asm-util</artifactId>
+            <version>3.1</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>asm</groupId>
+            <artifactId>asm-analysis</artifactId>
             <version>3.1</version>
-            <scope>compile</scope>
+            <scope>test</scope>
         </dependency>
 
     </dependencies>
@@ -172,7 +182,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jaxws-maven-plugin</artifactId>
-                <version>1.9</version>
+                <version>1.12</version>
                 <!-- Explicitly add the transitive dependencies for jaxws-api
                      http://jira.codehaus.org/browse/MEV-498
                 -->