Hello everbody,
I generated Java classes with the maven code-gen plugin and I wanted to test
it. I added cxf-tools-wsdl2java to my dependencies but I didn't worked out.
Step by step I added sveral dependencies to get it done but I don't think
this is the right way.
Could you tell which else cxf dependency I have to add to make it work?
These are my current pom dependencies:
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
<version>2.1EA1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdl2java</artifactId>
<version>2.0-incubator-M1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>com.sun.xml.stream.buffer</groupId>
<artifactId>streambuffer</artifactId>
<version>0.2</version>
</dependency>
</dependencies>
Many thanks
Marcel
--
View this message in context:
http://www.nabble.com/Which-dependecies-in-maven-to-use-Classes-generated-by-wsdl2java--tf4231647.html#a12038961
Sent from the cxf-user mailing list archive at Nabble.com.