[jboss-cvs] JBossAS SVN: r71827 - trunk/cluster.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 9 07:37:45 EDT 2008


Author: dimitris at jboss.org
Date: 2008-04-09 07:37:45 -0400 (Wed, 09 Apr 2008)
New Revision: 71827

Modified:
   trunk/cluster/pom.xml
Log:
use the correct location for jboss-logging-spi

Modified: trunk/cluster/pom.xml
===================================================================
--- trunk/cluster/pom.xml	2008-04-09 11:36:45 UTC (rev 71826)
+++ trunk/cluster/pom.xml	2008-04-09 11:37:45 UTC (rev 71827)
@@ -49,8 +49,8 @@
       <artifactId>jboss-common-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-common-logging-spi</artifactId>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>




More information about the jboss-cvs-commits mailing list