[jbossws-commits] JBossWS SVN: r6374 - spi/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Apr 12 07:09:19 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-12 07:09:18 -0400 (Sat, 12 Apr 2008)
New Revision: 6374

Modified:
   spi/trunk/pom.xml
Log:
update jaxws-api

Modified: spi/trunk/pom.xml
===================================================================
--- spi/trunk/pom.xml	2008-04-12 10:52:05 UTC (rev 6373)
+++ spi/trunk/pom.xml	2008-04-12 11:09:18 UTC (rev 6374)
@@ -25,12 +25,6 @@
       <version>1.0.13</version>
     </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>javax.ejb</groupId>
       <artifactId>ejb-api</artifactId>
       <version>3.0</version>
@@ -46,6 +40,17 @@
       <version>2.1</version>
     </dependency>
     <dependency>
+      <groupId>javax.xml.ws</groupId>
+      <artifactId>jaxws-api</artifactId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
       <version>1.7.0</version>
@@ -56,11 +61,6 @@
       <artifactId>jboss-kernel</artifactId>
       <version>2.0.0.Beta4</version>
     </dependency>
-    <dependency>
-      <groupId>sun-jaxws</groupId>
-      <artifactId>jaxws-api</artifactId>
-      <version>2.1.1</version>
-    </dependency>
   </dependencies>
   
   <!-- Parent -->




More information about the jbossws-commits mailing list