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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 19 11:50:37 EST 2010


Author: stliu
Date: 2010-01-19 11:50:36 -0500 (Tue, 19 Jan 2010)
New Revision: 99600

Modified:
   branches/JBPAPP_5_0/component-matrix/pom.xml
   branches/JBPAPP_5_0/thirdparty/pom.xml
Log:
JBPAPP-3445 org.objectweb.asm.lib property in build-distr.xml not found error

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2010-01-19 14:59:52 UTC (rev 99599)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2010-01-19 16:50:36 UTC (rev 99600)
@@ -298,6 +298,12 @@
         <artifactId>bsf</artifactId>
         <version>2.4.0</version>
       </dependency>
+
+      <dependency>
+        <groupId>asm</groupId>
+        <artifactId>asm</artifactId>
+        <version>3.1</version>
+      </dependency>
       
       <dependency>
         <groupId>cglib</groupId>

Modified: branches/JBPAPP_5_0/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_0/thirdparty/pom.xml	2010-01-19 14:59:52 UTC (rev 99599)
+++ branches/JBPAPP_5_0/thirdparty/pom.xml	2010-01-19 16:50:36 UTC (rev 99600)
@@ -1138,6 +1138,10 @@
       <artifactId>bsh</artifactId>
     </dependency>
     <dependency>
+      <groupId>asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
       <groupId>cglib</groupId>
       <artifactId>cglib</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list