[jboss-cvs] JBossAS SVN: r105419 - branches/JBPAPP_5_1/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 31 15:35:51 EDT 2010


Author: fnasser at redhat.com
Date: 2010-05-31 15:35:51 -0400 (Mon, 31 May 2010)
New Revision: 105419

Modified:
   branches/JBPAPP_5_1/thirdparty/pom.xml
Log:
Exclude dependency on system-jmx which is a stray in the jboss-ejb3-metrics-deployer pom we are using

Modified: branches/JBPAPP_5_1/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_1/thirdparty/pom.xml	2010-05-31 19:27:22 UTC (rev 105418)
+++ branches/JBPAPP_5_1/thirdparty/pom.xml	2010-05-31 19:35:51 UTC (rev 105419)
@@ -1523,6 +1523,12 @@
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-metrics-deployer</artifactId>
+        <exclusions>
+          <exclusion>
+            <groupId>org.jboss.system</groupId>
+            <artifactId>system-jmx</artifactId>
+          </exclusion>
+        </exclusions>
     </dependency>
     <dependency>
       <groupId>org.jboss.ejb3</groupId>




More information about the jboss-cvs-commits mailing list