[webbeans-commits] Webbeans SVN: r279 - ri/trunk.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Fri Nov 7 12:50:49 EST 2008
Author: gavin.king at jboss.com
Date: 2008-11-07 12:50:49 -0500 (Fri, 07 Nov 2008)
New Revision: 279
Modified:
ri/trunk/pom.xml
Log:
common annotations
Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml 2008-11-07 17:50:26 UTC (rev 278)
+++ ri/trunk/pom.xml 2008-11-07 17:50:49 UTC (rev 279)
@@ -92,6 +92,12 @@
</dependency>
<dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <dependency>
<groupId>org.scannotation</groupId>
<artifactId>scannotation</artifactId>
<version>1.0.2</version>
More information about the weld-commits
mailing list