[jboss-cvs] JBossAS SVN: r105676 - in branches/JBPAPP_5_1: deployment and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 3 13:18:07 EDT 2010


Author: jesper.pedersen
Date: 2010-06-03 13:18:05 -0400 (Thu, 03 Jun 2010)
New Revision: 105676

Modified:
   branches/JBPAPP_5_1/connector/pom.xml
   branches/JBPAPP_5_1/deployment/pom.xml
   branches/JBPAPP_5_1/server/pom.xml
Log:
fix jaxb groupId

Modified: branches/JBPAPP_5_1/connector/pom.xml
===================================================================
--- branches/JBPAPP_5_1/connector/pom.xml	2010-06-03 17:10:14 UTC (rev 105675)
+++ branches/JBPAPP_5_1/connector/pom.xml	2010-06-03 17:18:05 UTC (rev 105676)
@@ -142,7 +142,7 @@
       <artifactId>jboss-deployers-core-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>sun-jaxb</groupId>
+      <groupId>javax.xml.bind</groupId>
       <artifactId>jaxb-api</artifactId>
     </dependency>
     <dependency>

Modified: branches/JBPAPP_5_1/deployment/pom.xml
===================================================================
--- branches/JBPAPP_5_1/deployment/pom.xml	2010-06-03 17:10:14 UTC (rev 105675)
+++ branches/JBPAPP_5_1/deployment/pom.xml	2010-06-03 17:18:05 UTC (rev 105676)
@@ -59,7 +59,7 @@
     <!-- Compile (global dependencies) -->
     
     <dependency>
-      <groupId>sun-jaxb</groupId>
+      <groupId>javax.xml.bind</groupId>
       <artifactId>jaxb-api</artifactId>
     </dependency>
     
@@ -181,4 +181,4 @@
     </dependency>
   </dependencies>
   
-</project>
\ No newline at end of file
+</project>

Modified: branches/JBPAPP_5_1/server/pom.xml
===================================================================
--- branches/JBPAPP_5_1/server/pom.xml	2010-06-03 17:10:14 UTC (rev 105675)
+++ branches/JBPAPP_5_1/server/pom.xml	2010-06-03 17:18:05 UTC (rev 105676)
@@ -166,7 +166,7 @@
     </dependency>
     
     <dependency>
-      <groupId>sun-jaxb</groupId>
+      <groupId>javax.xml.bind</groupId>
       <artifactId>jaxb-api</artifactId>
     </dependency>
     




More information about the jboss-cvs-commits mailing list