-
Enhancement
-
Resolution: Done
-
Major
-
11.1.0
Currently when a project is adapted via wsdl2rest, it is lacking a couple of required dependencies we tell folks to add in the readme.md file. We should add these dependencies without user intervention.
Readme says:
Add the following dependencies to your project pom.xml:
[code]
<dependency>
<groupId>org.jboss.spec.javax.ws.rs</groupId>
<artifactId>jboss-jaxrs-api_2.0_spec</artifactId>
<version>1.0.0.Final-redhat-1</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jackson</artifactId>
<version>2.20.1</version>
</dependency>
[code]