[jboss-cvs] JBossAS SVN: r71829 - trunk/console.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 9 07:38:59 EDT 2008


Author: dimitris at jboss.org
Date: 2008-04-09 07:38:59 -0400 (Wed, 09 Apr 2008)
New Revision: 71829

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

Modified: trunk/console/pom.xml
===================================================================
--- trunk/console/pom.xml	2008-04-09 11:38:34 UTC (rev 71828)
+++ trunk/console/pom.xml	2008-04-09 11:38:59 UTC (rev 71829)
@@ -73,8 +73,8 @@
       <artifactId>java-getopt</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>org.jboss.jbossas</groupId>




More information about the jboss-cvs-commits mailing list