Author: pete.muir(a)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>
Show replies by date