[jboss-cvs] JBossAS SVN: r67413 - projects/microcontainer/trunk/deployers-client.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 23 11:24:00 EST 2007


Author: adrian at jboss.org
Date: 2007-11-23 11:24:00 -0500 (Fri, 23 Nov 2007)
New Revision: 67413

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

Modified: projects/microcontainer/trunk/deployers-client/pom.xml
===================================================================
--- projects/microcontainer/trunk/deployers-client/pom.xml	2007-11-23 16:20:09 UTC (rev 67412)
+++ projects/microcontainer/trunk/deployers-client/pom.xml	2007-11-23 16:24:00 UTC (rev 67413)
@@ -37,6 +37,16 @@
     <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>
@@ -44,6 +54,11 @@
     </dependency>
     <dependency>
     <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-deployers-core-spi</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+    <groupId>org.jboss.microcontainer</groupId>
       <artifactId>jboss-deployers-core</artifactId>
       <scope>test</scope>
     </dependency>




More information about the jboss-cvs-commits mailing list