[weld-commits] Weld SVN: r4503 - api/trunk/cdi.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Sun Nov 1 09:08:51 EST 2009
Author: pete.muir at jboss.org
Date: 2009-11-01 09:08:51 -0500 (Sun, 01 Nov 2009)
New Revision: 4503
Modified:
api/trunk/cdi/pom.xml
Log:
WELD-203
Modified: api/trunk/cdi/pom.xml
===================================================================
--- api/trunk/cdi/pom.xml 2009-11-01 14:07:32 UTC (rev 4502)
+++ api/trunk/cdi/pom.xml 2009-11-01 14:08:51 UTC (rev 4503)
@@ -32,13 +32,17 @@
<dependency>
<groupId>org.jboss.interceptor</groupId>
<artifactId>jboss-interceptor-api</artifactId>
- <version>${interceptor.api.version}</version>
</dependency>
<dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
</dependencies>
-
+
</project>
More information about the weld-commits
mailing list