[jboss-cvs] JBossAS SVN: r71045 - trunk/cluster.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Mar 19 23:12:38 EDT 2008
Author: pgier
Date: 2008-03-19 23:12:38 -0400 (Wed, 19 Mar 2008)
New Revision: 71045
Modified:
trunk/cluster/pom.xml
Log:
Change apache commons-logging groupId.
Modified: trunk/cluster/pom.xml
===================================================================
--- trunk/cluster/pom.xml 2008-03-20 03:11:20 UTC (rev 71044)
+++ trunk/cluster/pom.xml 2008-03-20 03:12:38 UTC (rev 71045)
@@ -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