[seam-commits] Seam SVN: r8838 - branches/Seam_2_0_FP/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 28 04:52:19 EDT 2008


Author: manaRH
Date: 2008-08-28 04:52:19 -0400 (Thu, 28 Aug 2008)
New Revision: 8838

Modified:
   branches/Seam_2_0_FP/build/gen.pom.xml
   branches/Seam_2_0_FP/build/root.pom.xml
Log:
JBPAPP-1143

Modified: branches/Seam_2_0_FP/build/gen.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/gen.pom.xml	2008-08-28 08:48:00 UTC (rev 8837)
+++ branches/Seam_2_0_FP/build/gen.pom.xml	2008-08-28 08:52:19 UTC (rev 8838)
@@ -62,6 +62,11 @@
          <artifactId>text</artifactId>
          <scope>runtime</scope>
       </dependency>
+      
+      <dependency>
+         <groupId>asm</groupId>
+         <artifactId>asm</artifactId>
+      </dependency>
 
    </dependencies>
 

Modified: branches/Seam_2_0_FP/build/root.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/root.pom.xml	2008-08-28 08:48:00 UTC (rev 8837)
+++ branches/Seam_2_0_FP/build/root.pom.xml	2008-08-28 08:52:19 UTC (rev 8838)
@@ -282,6 +282,13 @@
           </exclusion>
         </exclusions>
       </dependency>
+      
+      <dependency>
+      	<groupId>asm</groupId>
+      	<artifactId>asm</artifactId>
+      	<version>1.5.3</version>
+      	<scope>runtime</scope>
+      </dependency>
 
       <dependency>
         <groupId>org.hibernate</groupId>




More information about the seam-commits mailing list