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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Apr 10 14:55:22 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-10 14:55:22 -0400 (Fri, 10 Apr 2009)
New Revision: 2391

Modified:
   ri/trunk/spi/pom.xml
Log:
add dependency on jsr250-api

Modified: ri/trunk/spi/pom.xml
===================================================================
--- ri/trunk/spi/pom.xml	2009-04-10 18:17:19 UTC (rev 2390)
+++ ri/trunk/spi/pom.xml	2009-04-10 18:55:22 UTC (rev 2391)
@@ -46,6 +46,12 @@
          <artifactId>servlet-api</artifactId>
          <optional>true</optional>
       </dependency>
+      
+      <dependency>
+      	<groupId>javax.annotation</groupId>
+      	<artifactId>jsr250-api</artifactId>
+      	<optional>true</optional>
+      </dependency>
 
    </dependencies>
 




More information about the weld-commits mailing list