[jboss-cvs] JBossAS SVN: r67411 - projects/microcontainer/trunk/deployers-core-spi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 23 11:04:48 EST 2007


Author: adrian at jboss.org
Date: 2007-11-23 11:04:48 -0500 (Fri, 23 Nov 2007)
New Revision: 67411

Modified:
   projects/microcontainer/trunk/deployers-core-spi/pom.xml
Log:
Fix the broken maven dependencies in the deployers-core-spi project.

Modified: projects/microcontainer/trunk/deployers-core-spi/pom.xml
===================================================================
--- projects/microcontainer/trunk/deployers-core-spi/pom.xml	2007-11-23 16:00:59 UTC (rev 67410)
+++ projects/microcontainer/trunk/deployers-core-spi/pom.xml	2007-11-23 16:04:48 UTC (rev 67411)
@@ -12,14 +12,19 @@
   <url>http://www.jboss.com/products/jbossmc</url>
   <description>JBoss Deployers Core SPI</description>
   <!-- Do not add version information here, use ../build/pom.xml instead -->
-  <!-- Do not add version information here, use ../build/pom.xml instead -->
+  <!-- Global dependencies -->
   <dependencies>
-    <!-- Global dependencies -->
-    	<dependency>
-		<groupId>org.jboss</groupId>
-		<artifactId>jboss-common-core</artifactId>
-	</dependency>
     <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>jboss</groupId>
+          <artifactId>jboss-common-logging-spi</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list