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:08:18 UTC

svn commit: r1331436 - in /cxf/trunk: api/pom.xml osgi/bundle/all/pom.xml osgi/bundle/compatible/pom.xml osgi/bundle/jaxrs/pom.xml osgi/bundle/minimal/pom.xml parent/pom.xml

Author: dkulp
Date: Fri Apr 27 14:08:17 2012
New Revision: 1331436

URL: http://svn.apache.org/viewvc?rev=1331436&view=rev
Log:
Unify location for cglib version import range

Modified:
    cxf/trunk/api/pom.xml
    cxf/trunk/osgi/bundle/all/pom.xml
    cxf/trunk/osgi/bundle/compatible/pom.xml
    cxf/trunk/osgi/bundle/jaxrs/pom.xml
    cxf/trunk/osgi/bundle/minimal/pom.xml
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/api/pom.xml?rev=1331436&r1=1331435&r2=1331436&view=diff
==============================================================================
--- cxf/trunk/api/pom.xml (original)
+++ cxf/trunk/api/pom.xml Fri Apr 27 14:08:17 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, 3.0.0)",
+            net.sf.cglib*;resolution:=optional;version="${cxf.cglib.osgi.version}",
             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}",

Modified: cxf/trunk/osgi/bundle/all/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/all/pom.xml?rev=1331436&r1=1331435&r2=1331436&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/all/pom.xml (original)
+++ cxf/trunk/osgi/bundle/all/pom.xml Fri Apr 27 14:08:17 2012
@@ -364,7 +364,7 @@
                             javax.resource*;resolution:=optional,
                             javax.xml.soap,
                             junit.framework*;resolution:=optional,
-                            net.sf.cglib*;resolution:=optional;version="[2.1.3, 3.0.0)",
+                            net.sf.cglib*;resolution:=optional;version="${cxf.cglib.osgi.version}",
                             net.oauth*;resolution:=optional,
                             org.apache.abdera*;resolution:=optional;version="[1.0,2)",
                             org.apache.aries*;resolution:=optional;version="[0.2,2)",

Modified: cxf/trunk/osgi/bundle/compatible/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/compatible/pom.xml?rev=1331436&r1=1331435&r2=1331436&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/compatible/pom.xml (original)
+++ cxf/trunk/osgi/bundle/compatible/pom.xml Fri Apr 27 14:08:17 2012
@@ -224,7 +224,7 @@
                             javax.resource*;resolution:=optional,
                             javax.xml.soap,
                             junit.framework*;resolution:=optional,
-                            net.sf.cglib*;resolution:=optional;version="[2.1.3, 3.0.0)",
+                            net.sf.cglib*;resolution:=optional;version="${cxf.cglib.osgi.version}",
                             org.apache.abdera*;resolution:=optional;version="[1.0,2)",
                             org.apache.aries*;resolution:=optional;version="[0.2,2)",
                             org.apache.commons.lang*;resolution:=optional;version="[2.4,3)",

Modified: cxf/trunk/osgi/bundle/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/jaxrs/pom.xml?rev=1331436&r1=1331435&r2=1331436&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/jaxrs/pom.xml (original)
+++ cxf/trunk/osgi/bundle/jaxrs/pom.xml Fri Apr 27 14:08:17 2012
@@ -145,7 +145,7 @@
                             javax.ws.rs*,
                             javax.resource*;resolution:=optional,
                             junit.framework*;resolution:=optional,
-                            net.sf.cglib*;resolution:=optional;version="[2.1.3, 3.0.0)",
+                            net.sf.cglib*;resolution:=optional;version="${cxf.cglib.osgi.version}",
                             org.apache.abdera*;resolution:=optional;version="[1.0,2)",
                             org.apache.aries*;resolution:=optional;version="[0.2,2)",
                             org.apache.commons.lang*;resolution:=optional;version="[2.4,3)",

Modified: cxf/trunk/osgi/bundle/minimal/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/minimal/pom.xml?rev=1331436&r1=1331435&r2=1331436&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/minimal/pom.xml (original)
+++ cxf/trunk/osgi/bundle/minimal/pom.xml Fri Apr 27 14:08:17 2012
@@ -195,7 +195,7 @@
                             javax.resource*;resolution:=optional,
                             javax.xml.soap,
                             junit.framework*;resolution:=optional,
-                            net.sf.cglib*;resolution:=optional;version="[2.1.3, 3.0.0)",
+                            net.sf.cglib*;resolution:=optional;version="${cxf.cglib.osgi.version}",
                             org.apache.abdera*;resolution:=optional;version="[1.0,2)",
                             org.apache.aries*;resolution:=optional;version="[0.2,2)",
                             org.apache.commons.lang*;resolution:=optional;version="[2.4,3)",

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1331436&r1=1331435&r2=1331436&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Fri Apr 27 14:08:17 2012
@@ -146,6 +146,7 @@
         <cxf.commons-collections.version>3.2.1</cxf.commons-collections.version>
 
         <cxf.cglib.bundle.version>2.2_2</cxf.cglib.bundle.version>
+        <cxf.cglib.osgi.version>[2.1.3,3.0.0)</cxf.cglib.osgi.version>
         <cxf.fastinfoset.bundle.version>1.2.7_4</cxf.fastinfoset.bundle.version>
         <cxf.hazelcast.version>1.9.4</cxf.hazelcast.version>