How are dependency versions in a SwitchYard quickstart pom.xml resolved?
Issue
- I am using the quickstarts on JBDS, and on the Camel JAXB quickstart the dependency
camel-jaxbdoes not have a version onpom.xml:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jaxb</artifactId>
</dependency>
- But on the
"effective pom"tab of Maven POM editor it shows the version2.10.0.redhat-60024. - Where does this version come from?
Environment
- Red Hat JBoss Fuse Service Works (FSW)
- 6.x
- JBoss Developer Studio (JBDS)
- 7.x
- Apache Maven
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.