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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 23 11:20:09 EST 2007


Author: adrian at jboss.org
Date: 2007-11-23 11:20:09 -0500 (Fri, 23 Nov 2007)
New Revision: 67412

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

Modified: projects/microcontainer/trunk/deployers-core/pom.xml
===================================================================
--- projects/microcontainer/trunk/deployers-core/pom.xml	2007-11-23 16:04:48 UTC (rev 67411)
+++ projects/microcontainer/trunk/deployers-core/pom.xml	2007-11-23 16:20:09 UTC (rev 67412)
@@ -33,14 +33,20 @@
       <groupId>org.jboss.microcontainer</groupId>
       <artifactId>jboss-deployers-core-spi</artifactId>
     </dependency>
-    <dependency>
-	    <groupId>org.jboss</groupId>
-	    <artifactId>jboss-common-core</artifactId>
-	  </dependency>
 	  <!-- Test dependencies -->
     <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jboss-test</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>jboss</groupId>
+          <artifactId>jboss-common-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>jboss</groupId>
+          <artifactId>jboss-common-logging-spi</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
 	    <groupId>junit</groupId>




More information about the jboss-cvs-commits mailing list