[webbeans-commits] Webbeans SVN: r57 - in ri/trunk: webbeans-impl and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Jul 21 06:56:44 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-07-21 06:56:44 -0400 (Mon, 21 Jul 2008)
New Revision: 57

Modified:
   ri/trunk/pom.xml
   ri/trunk/webbeans-impl/pom.xml
Log:
Add javassist

Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2008-07-21 10:45:24 UTC (rev 56)
+++ ri/trunk/pom.xml	2008-07-21 10:56:44 UTC (rev 57)
@@ -85,6 +85,12 @@
             <artifactId>scannotation</artifactId>
             <version>1.0.2</version>
          </dependency>
+
+         <dependency>
+            <groupId>javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>3.8.1.GA</version>
+         </dependency>
       </dependencies>
    </dependencyManagement>
 

Modified: ri/trunk/webbeans-impl/pom.xml
===================================================================
--- ri/trunk/webbeans-impl/pom.xml	2008-07-21 10:45:24 UTC (rev 56)
+++ ri/trunk/webbeans-impl/pom.xml	2008-07-21 10:56:44 UTC (rev 57)
@@ -41,7 +41,13 @@
          <artifactId>scannotation</artifactId>
       </dependency>
       
+      <dependency>
+         <groupId>javassist</groupId>
+         <artifactId>javassist</artifactId>
+      </dependency>
 
+      
+
    </dependencies>
    
 </project>
\ No newline at end of file




More information about the weld-commits mailing list