[jboss-cvs] JBossAS SVN: r93442 - branches/JBPAPP_5_0/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Sep 12 23:35:02 EDT 2009


Author: fnasser at redhat.com
Date: 2009-09-12 23:35:01 -0400 (Sat, 12 Sep 2009)
New Revision: 93442

Modified:
   branches/JBPAPP_5_0/thirdparty/pom.xml
Log:
Add missing dependency, to mach dependencyManagement new specifications

Modified: branches/JBPAPP_5_0/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_0/thirdparty/pom.xml	2009-09-12 22:45:50 UTC (rev 93441)
+++ branches/JBPAPP_5_0/thirdparty/pom.xml	2009-09-13 03:35:01 UTC (rev 93442)
@@ -1420,6 +1420,10 @@
     </dependency>
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-metrics-deployer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-core</artifactId>
       <classifier>client</classifier>
     </dependency>




More information about the jboss-cvs-commits mailing list