Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 69459 invoked from network); 18 Feb 2010 15:54:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2010 15:54:35 -0000 Received: (qmail 24563 invoked by uid 500); 18 Feb 2010 15:54:35 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 24499 invoked by uid 500); 18 Feb 2010 15:54:35 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 24490 invoked by uid 99); 18 Feb 2010 15:54:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 15:54:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 15:54:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B4B1523889DD; Thu, 18 Feb 2010 15:54:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r911455 - /cxf/trunk/systests/jaxrs/pom.xml Date: Thu, 18 Feb 2010 15:54:10 -0000 To: commits@cxf.apache.org From: sergeyb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100218155410.B4B1523889DD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ test + javax.annotation + jsr250-api + 1.0 + test + + + org.springframework spring-aop ${spring.version}