Author: sergeyb
Date: Thu Feb 18 15:54:10 2010
New Revision: 911455
URL: http://svn.apache.org/viewvc?rev=911455&view=rev
Log:
Adding jsr250-api dependency
Modified:
cxf/trunk/systests/jaxrs/pom.xml
Modified: cxf/trunk/systests/jaxrs/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/jaxrs/pom.xml?rev=911455&r1=911454&r2=911455&view=diff
==============================================================================
--- cxf/trunk/systests/jaxrs/pom.xml (original)
+++ cxf/trunk/systests/jaxrs/pom.xml Thu Feb 18 15:54:10 2010
@@ -193,6 +193,13 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>${spring.version}</version>