[jboss-cvs] JBossAS SVN: r71022 - in trunk: cluster and 6 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 19 14:21:27 EDT 2008


Author: pgier
Date: 2008-03-19 14:21:26 -0400 (Wed, 19 Mar 2008)
New Revision: 71022

Modified:
   trunk/aspects/pom.xml
   trunk/cluster/pom.xml
   trunk/deployment/pom.xml
   trunk/ejb3/pom.xml
   trunk/jbossas/remoting/pom.xml
   trunk/jmx-remoting/pom.xml
   trunk/profileservice/pom.xml
   trunk/server/pom.xml
Log:
Some dependency changes related to mavenizing build-thirdparty

Modified: trunk/aspects/pom.xml
===================================================================
--- trunk/aspects/pom.xml	2008-03-19 17:37:46 UTC (rev 71021)
+++ trunk/aspects/pom.xml	2008-03-19 18:21:26 UTC (rev 71022)
@@ -116,7 +116,7 @@
       <artifactId>jaas</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss</groupId>
+      <groupId>javassist</groupId>
       <artifactId>javassist</artifactId>
     </dependency>
     <dependency>
@@ -128,7 +128,7 @@
       <artifactId>concurrent</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
     <dependency>
@@ -141,4 +141,4 @@
     </dependency>
   </dependencies>
   
-</project>
\ No newline at end of file
+</project>

Modified: trunk/cluster/pom.xml
===================================================================
--- trunk/cluster/pom.xml	2008-03-19 17:37:46 UTC (rev 71021)
+++ trunk/cluster/pom.xml	2008-03-19 18:21:26 UTC (rev 71022)
@@ -110,7 +110,7 @@
       <artifactId>jta</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
   </dependencies>

Modified: trunk/deployment/pom.xml
===================================================================
--- trunk/deployment/pom.xml	2008-03-19 17:37:46 UTC (rev 71021)
+++ trunk/deployment/pom.xml	2008-03-19 18:21:26 UTC (rev 71022)
@@ -54,7 +54,7 @@
       <artifactId>jaxb-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
     <dependency>

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2008-03-19 17:37:46 UTC (rev 71021)
+++ trunk/ejb3/pom.xml	2008-03-19 18:21:26 UTC (rev 71022)
@@ -46,7 +46,7 @@
       <artifactId>jboss-common-logging-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
     <dependency>

Modified: trunk/jbossas/remoting/pom.xml
===================================================================
--- trunk/jbossas/remoting/pom.xml	2008-03-19 17:37:46 UTC (rev 71021)
+++ trunk/jbossas/remoting/pom.xml	2008-03-19 18:21:26 UTC (rev 71022)
@@ -31,7 +31,7 @@
       <artifactId>jboss-common-logging-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
     <dependency>

Modified: trunk/jmx-remoting/pom.xml
===================================================================
--- trunk/jmx-remoting/pom.xml	2008-03-19 17:37:46 UTC (rev 71021)
+++ trunk/jmx-remoting/pom.xml	2008-03-19 18:21:26 UTC (rev 71022)
@@ -52,7 +52,7 @@
       <artifactId>concurrent</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
   </dependencies>

Modified: trunk/profileservice/pom.xml
===================================================================
--- trunk/profileservice/pom.xml	2008-03-19 17:37:46 UTC (rev 71021)
+++ trunk/profileservice/pom.xml	2008-03-19 18:21:26 UTC (rev 71022)
@@ -65,7 +65,7 @@
       <artifactId>jboss-deployers-vfs-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
     <dependency>

Modified: trunk/server/pom.xml
===================================================================
--- trunk/server/pom.xml	2008-03-19 17:37:46 UTC (rev 71021)
+++ trunk/server/pom.xml	2008-03-19 18:21:26 UTC (rev 71022)
@@ -205,7 +205,7 @@
       <artifactId>concurrent</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list