<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-common-camel</artifactId>
<version>2.0.1.redhat-621211</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.switchyard" % "switchyard-common-camel" % "2.0.1.redhat-621211"
@Grapes(
@Grab(group='org.switchyard', module='switchyard-common-camel', version='2.0.1.redhat-621211')
)
<dependency org="org.switchyard" name="switchyard-common-camel" rev="2.0.1.redhat-621211" />
<parent> <groupId>org.switchyard</groupId> <artifactId>switchyard-core-parent</artifactId> <version>2.0.1.redhat-621211</version> </parent>
compile
|-- org.switchyard:switchyard-api
|-- org.switchyard:switchyard-common
|-- org.switchyard:switchyard-runtime
|-- org.apache.camel:camel-cdi
|-- org.apache.camel:camel-core
|-- org.switchyard:switchyard-common-cdi
test