[jboss-cvs] JBossAS SVN: r71825 - trunk/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 9 07:35:08 EDT 2008


Author: dimitris at jboss.org
Date: 2008-04-09 07:35:08 -0400 (Wed, 09 Apr 2008)
New Revision: 71825

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

Modified: trunk/bootstrap/pom.xml
===================================================================
--- trunk/bootstrap/pom.xml	2008-04-09 11:34:31 UTC (rev 71824)
+++ trunk/bootstrap/pom.xml	2008-04-09 11:35:08 UTC (rev 71825)
@@ -39,8 +39,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>
   </dependencies>
   




More information about the jboss-cvs-commits mailing list