Aki, I definitely would prefer not doing the ASM update. 4.x is not compatible with 3.x and including 3.x transitively will very likely start breaking a bunch of user applications that may be using ASM. The Aries update is relatively irrelevant as the deps are all marked provided and the version range is output as [0.3,2). ASM isn't provided though and thus is pulled in transitively.
Dan On Nov 13, 2012, at 6:27 AM, [email protected] wrote: > Author: ay > Date: Tue Nov 13 11:27:51 2012 > New Revision: 1408682 > > URL: http://svn.apache.org/viewvc?rev=1408682&view=rev > Log: > [CXF-5632] upgrade to aries 1.0.0 > > Modified: > cxf/trunk/parent/pom.xml > > Modified: cxf/trunk/parent/pom.xml > URL: > http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1408682&r1=1408681&r2=1408682&view=diff > ============================================================================== > --- cxf/trunk/parent/pom.xml (original) > +++ cxf/trunk/parent/pom.xml Tue Nov 13 11:27:51 2012 > @@ -55,10 +55,10 @@ > > <extra.saaj.dep.version>${cxf.saaj.impl.version}</extra.saaj.dep.version> > > <!-- stuff related to ASM --> > - <cxf.asm.groupId>asm</cxf.asm.groupId> > + <cxf.asm.groupId>org.ow2.asm</cxf.asm.groupId> > <cxf.asm.artifactId>asm</cxf.asm.artifactId> > - <cxf.asm.version>3.3.1</cxf.asm.version> > - <cxf.asm.bundle.version>3.3.1_1</cxf.asm.bundle.version> > + <cxf.asm.version>4.0</cxf.asm.version> > + <cxf.asm.bundle.version>4.0</cxf.asm.bundle.version> > <cxf.osgi.asm.version>[2.0,5)</cxf.osgi.asm.version> > > <!-- OSGi related properties --> > @@ -166,7 +166,7 @@ > <cxf.ehcache.bundle.version>2.5.1_1</cxf.ehcache.bundle.version> > > <!-- various OSGi related versions --> > - <cxf.aries.version>0.3.1</cxf.aries.version> > + <cxf.aries.version>1.0.0</cxf.aries.version> > <cxf.aries.version.range>[0.3,2)</cxf.aries.version.range> > <cxf.osgi.version>4.2.0</cxf.osgi.version> > <cxf.karaf.version>2.2.6</cxf.karaf.version> > > -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
