[jboss-cvs] JBossAS SVN: r71044 - branches/maven_thirdparty_temp/cluster.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 19 23:11:20 EDT 2008


Author: pgier
Date: 2008-03-19 23:11:20 -0400 (Wed, 19 Mar 2008)
New Revision: 71044

Modified:
   branches/maven_thirdparty_temp/cluster/pom.xml
Log:
Change commons-logging groupId.

Modified: branches/maven_thirdparty_temp/cluster/pom.xml
===================================================================
--- branches/maven_thirdparty_temp/cluster/pom.xml	2008-03-20 03:10:34 UTC (rev 71043)
+++ branches/maven_thirdparty_temp/cluster/pom.xml	2008-03-20 03:11:20 UTC (rev 71044)
@@ -41,6 +41,10 @@
   <dependencies>
     <!-- Compile (global dependencies) -->
     <dependency>
+      <groupId>apache-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jboss-common-core</artifactId>
     </dependency>
@@ -102,10 +106,6 @@
       <artifactId>concurrent</artifactId>
     </dependency>
     <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-    </dependency>
-    <dependency>
       <groupId>javax.transaction</groupId>
       <artifactId>jta</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list