[seam-commits] Seam SVN: r11439 - branches/enterprise/JBPAPP_5_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 27 16:37:27 EDT 2009


Author: manaRH
Date: 2009-08-27 16:37:26 -0400 (Thu, 27 Aug 2009)
New Revision: 11439

Modified:
   branches/enterprise/JBPAPP_5_0/build/core.pom.xml
   branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-2658

Modified: branches/enterprise/JBPAPP_5_0/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/core.pom.xml	2009-08-27 20:27:27 UTC (rev 11438)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml	2009-08-27 20:37:26 UTC (rev 11439)
@@ -93,7 +93,7 @@
     </dependency>
     
     <dependency>
-      <groupId>javax.jws</groupId>
+      <groupId>sun-jaxws</groupId>
       <artifactId>jsr181-api</artifactId>
       <scope>provided</scope>
       <optional>true</optional>
@@ -135,7 +135,7 @@
     </dependency>
 
     <dependency>
-      <groupId>javax.annotation</groupId>
+      <groupId>sun-jaxws</groupId>
       <artifactId>jsr250-api</artifactId>
       <optional>true</optional>
       <scope>provided</scope>

Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2009-08-27 20:27:27 UTC (rev 11438)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2009-08-27 20:37:26 UTC (rev 11439)
@@ -569,15 +569,9 @@
       </dependency>
 
       <dependency>
-        <groupId>javax.jws</groupId>
-        <artifactId>jsr181-api</artifactId>
-        <version>1.0-MR1</version>
-        <exclusions>
-          <exclusion>
-            <groupId>javax.xml.bind</groupId>
-            <artifactId>jaxb-api</artifactId>
-          </exclusion>
-        </exclusions>
+		<groupId>sun-jaxws</groupId>
+		<artifactId>jsr181-api</artifactId>
+		<version>2.1.3</version>
       </dependency>
 
       <dependency>
@@ -593,9 +587,9 @@
       </dependency>
 
       <dependency>
-        <groupId>javax.annotation</groupId>
+        <groupId>sun-jaxws</groupId>
         <artifactId>jsr250-api</artifactId>
-        <version>1.0</version>
+        <version>2.1.3</version>
       </dependency>
 
       <dependency>



More information about the seam-commits mailing list