-
Bug
-
Resolution: Done
-
Major
-
11.2.0
-
None
While testing some new work with wsdl2rest, I discovered that the default Spring POM (see here https://github.com/jbosstools/jbosstools-fuse/blob/59d1f06711e022844ec2cb8675263550c2a0272e/core/tests/org.fusesource.ide.camel.model.service.core.tests.integration/src/main/java/org/fusesource/ide/camel/model/service/core/tests/integration/core/io/FuseProject.java#L44 and here https://github.com/jbosstools/jbosstools-fuse/blob/master/core/tests/org.fusesource.ide.camel.model.service.core.tests.integration/src/main/resources/dummySpringPom.xml) does not actually include the camel-spring dependency, whereas the blueprint one (see here https://github.com/jbosstools/jbosstools-fuse/blob/master/core/tests/org.fusesource.ide.camel.model.service.core.tests.integration/src/main/resources/dummyBlueprintPom.xml) does include camel-blueprint.
Is the camel-spring dependency required for spring projects? It appears in all spring-based templates it seems, so I would think that this dependency is necessary for testing as well.
I am looking specifically for the camel-blueprint and camel-spring dependencies in projects to determine which DSL (spring or blueprint) to use for the generated Camel configuration from wsdl2rest.