[webbeans-commits] Webbeans SVN: r278 - ri/trunk/webbeans-ri.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Nov 7 12:50:26 EST 2008


Author: gavin.king at jboss.com
Date: 2008-11-07 12:50:26 -0500 (Fri, 07 Nov 2008)
New Revision: 278

Modified:
   ri/trunk/webbeans-ri/pom.xml
Log:
commons annotations

Modified: ri/trunk/webbeans-ri/pom.xml
===================================================================
--- ri/trunk/webbeans-ri/pom.xml	2008-11-07 17:50:06 UTC (rev 277)
+++ ri/trunk/webbeans-ri/pom.xml	2008-11-07 17:50:26 UTC (rev 278)
@@ -38,10 +38,14 @@
       <dependency>
          <groupId>javax.ejb</groupId>
          <artifactId>ejb-api</artifactId>
-         <scope>test</scope>
       </dependency>
 
       <dependency>
+         <groupId>javax.annotation</groupId>
+         <artifactId>jsr250-api</artifactId>
+      </dependency>
+
+      <dependency>
          <groupId>javassist</groupId>
          <artifactId>javassist</artifactId>
       </dependency>




More information about the weld-commits mailing list