You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/04/27 16:02:18 UTC

svn commit: r1331435 - /cxf/trunk/api/pom.xml

Author: dkulp
Date: Fri Apr 27 14:02:18 2012
New Revision: 1331435

URL: http://svn.apache.org/viewvc?rev=1331435&view=rev
Log:
[CXF-4271] Update version range for cglib to match what the big bundles
use

Modified:
    cxf/trunk/api/pom.xml

Modified: cxf/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/api/pom.xml?rev=1331435&r1=1331434&r2=1331435&view=diff
==============================================================================
--- cxf/trunk/api/pom.xml (original)
+++ cxf/trunk/api/pom.xml Fri Apr 27 14:02:18 2012
@@ -38,7 +38,7 @@
             com.sun*;resolution:=optional,
             org.slf4j*;resolution:=optional;version="${cxf.osgi.slf4j.version}",
             org.apache.log4j*;resolution:=optional,
-            net.sf.cglib*;resolution:=optional;version="[2.1.3, 2.2.0)",
+            net.sf.cglib*;resolution:=optional;version="[2.1.3, 3.0.0)",
             org.springframework*;resolution:=optional;version="${cxf.osgi.spring.version}",
             org.objectweb.asm*;resolution:=optional;version="${cxf.osgi.asm.version}",
             javax.activation;version="${cxf.osgi.javax.activation.version}",