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,