[seam-commits] Seam SVN: r11463 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Sep 3 09:49:15 EDT 2009
Author: manaRH
Date: 2009-09-03 09:49:14 -0400 (Thu, 03 Sep 2009)
New Revision: 11463
Modified:
branches/enterprise/JBPAPP_5_0/build/ioc.pom.xml
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-2728 - upgraded cglib to 2.2 and asm to 3.1
Modified: branches/enterprise/JBPAPP_5_0/build/ioc.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/ioc.pom.xml 2009-09-03 13:43:30 UTC (rev 11462)
+++ branches/enterprise/JBPAPP_5_0/build/ioc.pom.xml 2009-09-03 13:49:14 UTC (rev 11463)
@@ -23,9 +23,15 @@
<dependency>
<groupId>cglib</groupId>
- <artifactId>cglib-nodep</artifactId>
+ <artifactId>cglib</artifactId>
<optional>true</optional>
</dependency>
+
+ <dependency>
+ <groupId>org.objectweb.asm</groupId>
+ <artifactId>asm</artifactId>
+ <optional>true</optional>
+ </dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2009-09-03 13:43:30 UTC (rev 11462)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2009-09-03 13:49:14 UTC (rev 11463)
@@ -819,9 +819,15 @@
<dependency>
<groupId>cglib</groupId>
- <artifactId>cglib-nodep</artifactId>
- <version>2.1_3</version>
+ <artifactId>cglib</artifactId>
+ <version>2.2</version>
</dependency>
+
+ <dependency>
+ <groupId>org.objectweb.asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>3.1</version>
+ </dependency>
<dependency>
<groupId>org.jboss.microcontainer</groupId>
More information about the seam-commits
mailing list