[jboss-cvs] JBossAS SVN: r91672 - in branches/JBPAPP_5_0: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 27 07:33:01 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-07-27 07:33:01 -0400 (Mon, 27 Jul 2009)
New Revision: 91672

Modified:
   branches/JBPAPP_5_0/component-matrix/pom.xml
   branches/JBPAPP_5_0/thirdparty/pom.xml
Log:
Revert profiler lib removal for now (cl leak tests use it)


Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2009-07-27 07:06:47 UTC (rev 91671)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2009-07-27 11:33:01 UTC (rev 91672)
@@ -922,6 +922,12 @@
       </dependency>
       
       <dependency>
+        <groupId>jboss.profiler.jvmti</groupId>
+        <artifactId>jboss-profiler-jvmti</artifactId>
+        <version>1.0.0.CR5</version>
+      </dependency>
+      
+      <dependency>
         <groupId>org.jboss.remoting</groupId>
         <artifactId>jboss-remoting</artifactId>
         <version>${version.org.jboss.remoting}</version>

Modified: branches/JBPAPP_5_0/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_0/thirdparty/pom.xml	2009-07-27 07:06:47 UTC (rev 91671)
+++ branches/JBPAPP_5_0/thirdparty/pom.xml	2009-07-27 11:33:01 UTC (rev 91672)
@@ -1690,6 +1690,10 @@
       <artifactId>jboss-reflect</artifactId>
     </dependency>
     <dependency>
+      <groupId>jboss.profiler.jvmti</groupId>
+      <artifactId>jboss-profiler-jvmti</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list