[jboss-cvs] JBossAS SVN: r73054 - projects/jboss-deployers/trunk/deployers-impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 5 02:32:54 EDT 2008


Author: alesj
Date: 2008-05-05 02:32:54 -0400 (Mon, 05 May 2008)
New Revision: 73054

Modified:
   projects/jboss-deployers/trunk/deployers-impl/pom.xml
Log:
Fixing the pom, to include mdr.

Modified: projects/jboss-deployers/trunk/deployers-impl/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/pom.xml	2008-05-05 05:48:04 UTC (rev 73053)
+++ projects/jboss-deployers/trunk/deployers-impl/pom.xml	2008-05-05 06:32:54 UTC (rev 73054)
@@ -61,6 +61,24 @@
       </exclusions>
     </dependency>
     <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-mdr</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-reflect</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-common-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>jboss</groupId>
+          <artifactId>jboss-common-logging-spi</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.microcontainer</groupId>
       <artifactId>jboss-kernel</artifactId>
       <exclusions>




More information about the jboss-cvs-commits mailing list