Remove the cxf-common-utilities dependency entirely. That hasn’t existed for a long time.
Dan On Jul 11, 2014, at 11:03 AM, Thomas Manson <[email protected]> wrote: > Hi, > > I'm trying to use a newer version of CXF to generate a client to see if it > solves an issue that I have with 2.7.0. > > > I don't know where to find the equivalent of the following library used in my > pom.xml : > > <groupId>org.apache.cxf</groupId> > <artifactId>cxf-codegen-plugin</artifactId> > > <dependencies> > > <dependency> > <groupId>org.apache.cxf.xjcplugins</groupId> > <artifactId>cxf-xjc-ts</artifactId> > <version>2.6.1</version> > </dependency> > <dependency> > <groupId>org.apache.cxf</groupId> > <artifactId>cxf-common-utilities</artifactId> > <version>2.5.10</version> > </dependency> > <dependency> > <groupId>org.apache.cxf</groupId> > <artifactId>cxf-rt-databinding-jaxb</artifactId> > <version>2.7.5</version> > </dependency> > </dependencies> > > I've checked cxf-common-utilities on maven repo, it's one year old in its > last version 2.5.11, while CXF 2.7.11 has been released in April this year. > > Could you help me to sort out which version/maven artifact I should use to > have a consistent configuration and use the very last version of the 2.7.X > branch ? > > > > Thanks, > Thomas. > > <pom.xml> -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
