Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Need help to review a pom.xml to generate a client with CXF 2.7.11

$
0
0
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.

Viewing all articles
Browse latest Browse all 5648

Trending Articles