CXF should also work fine with asm 3.1. Thus, just define a dependency on 3.1 locally in your pom and it would override the version CXF pulls in.
Dan On Monday 19 July 2010 6:06:47 pm Pham Duc Tri wrote: > this is found in the pom file of cxf-rt-frontend-jaxws-2.2.3.pom. > > <dependency> > <groupId>asm</groupId> > <artifactId>asm</artifactId> > </dependency> > > There's no version of asm is specified, and when I took a look at the list > of lib that is pulled, looks like cxf uses asm version 2.2.3, while most of > other Java project uses asm version 3.1 onward (such as Jersey). How do I > resolve this conflict, since I also use Jersey in my code base ? > > Regards, > > Tri -- Daniel Kulp [email protected] http://dankulp.com/blog
