Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 5720 invoked from network); 20 Apr 2010 07:30:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Apr 2010 07:30:30 -0000 Received: (qmail 18612 invoked by uid 500); 20 Apr 2010 07:30:30 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 18504 invoked by uid 500); 20 Apr 2010 07:30:28 -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 18493 invoked by uid 99); 20 Apr 2010 07:30:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 07:30:27 +0000 X-ASF-Spam-Status: No, hits=-1276.8 required=10.0 tests=ALL_TRUSTED,AWL 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; Tue, 20 Apr 2010 07:30:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 45F0A2388A40; Tue, 20 Apr 2010 07:29:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r935820 - in /cxf/branches/2.2.x-fixes/distribution/bundle: all/pom.xml jaxrs/pom.xml minimal/pom.xml Date: Tue, 20 Apr 2010 07:29:45 -0000 To: commits@cxf.apache.org From: ffang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100420072945.45F0A2388A40@eris.apache.org> Author: ffang Date: Tue Apr 20 07:29:44 2010 New Revision: 935820 URL: http://svn.apache.org/viewvc?rev=935820&view=rev Log: [CXF-2773]should specify version range for net.sf.cglib optional import Modified: cxf/branches/2.2.x-fixes/distribution/bundle/all/pom.xml cxf/branches/2.2.x-fixes/distribution/bundle/jaxrs/pom.xml cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml Modified: cxf/branches/2.2.x-fixes/distribution/bundle/all/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/bundle/all/pom.xml?rev=935820&r1=935819&r2=935820&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/bundle/all/pom.xml (original) +++ cxf/branches/2.2.x-fixes/distribution/bundle/all/pom.xml Tue Apr 20 07:29:44 2010 @@ -276,7 +276,7 @@ javax.resource*;resolution:=optional, javax.xml.soap, junit.framework*;resolution:=optional, - net.sf.cglib*;resolution:=optional, + net.sf.cglib*;resolution:=optional;version="[2.1.3, 2.2.0)", org.apache.abdera*;resolution:=optional, org.apache.commons.lang*;resolution:=optional, org.apache.commons.codec*;resolution:=optional, Modified: cxf/branches/2.2.x-fixes/distribution/bundle/jaxrs/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/bundle/jaxrs/pom.xml?rev=935820&r1=935819&r2=935820&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/bundle/jaxrs/pom.xml (original) +++ cxf/branches/2.2.x-fixes/distribution/bundle/jaxrs/pom.xml Tue Apr 20 07:29:44 2010 @@ -131,7 +131,7 @@ repackage;resolution:=optional, javax.resource*;resolution:=optional, junit.framework*;resolution:=optional, - net.sf.cglib*;resolution:=optional, + net.sf.cglib*;resolution:=optional;version="[2.1.3, 2.2.0)", org.apache.abdera*;resolution:=optional, org.apache.commons.lang*;resolution:=optional, org.apache.commons.codec*;resolution:=optional, Modified: cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml?rev=935820&r1=935819&r2=935820&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml (original) +++ cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml Tue Apr 20 07:29:44 2010 @@ -178,7 +178,7 @@ javax.resource*;resolution:=optional, javax.xml.soap, junit.framework*;resolution:=optional, - net.sf.cglib*;resolution:=optional, + net.sf.cglib*;resolution:=optional;version="[2.1.3, 2.2.0)", org.apache.abdera*;resolution:=optional, org.apache.commons.lang*;resolution:=optional, org.apache.commons.codec*;resolution:=optional,