You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2010/02/18 17:03:18 UTC

svn commit: r911460 - in /cxf/branches/2.2.x-fixes: ./ systests/jaxrs/pom.xml

Author: sergeyb
Date: Thu Feb 18 16:03:18 2010
New Revision: 911460

URL: http://svn.apache.org/viewvc?rev=911460&view=rev
Log:
Merged revisions 911455 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r911455 | sergeyb | 2010-02-18 15:54:10 +0000 (Thu, 18 Feb 2010) | 1 line
  
  Adding jsr250-api dependency
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/systests/jaxrs/pom.xml

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Feb 18 16:03:18 2010
@@ -1 +1 @@
-/cxf/trunk:911366
+/cxf/trunk:911366,911455

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/systests/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/jaxrs/pom.xml?rev=911460&r1=911459&r2=911460&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/systests/jaxrs/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/systests/jaxrs/pom.xml Thu Feb 18 16:03:18 2010
@@ -181,6 +181,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>