Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-2869

wsdl2rest wizard - automatically add required dependencies

XMLWordPrintable

      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]

              bfitzpat_rh Brian Fitzpatrick (Inactive)
              bfitzpat_rh Brian Fitzpatrick (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: