<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-xstream</artifactId>
<version>2.17.4</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> <version>2.17.4</version> </parent>
compile
|-- org.apache.camel:camel-core
|-- com.thoughtworks.xstream:xstream
|-- stax:stax-api
|-- org.codehaus.jettison:jettison
|-- org.codehaus.woodstox:woodstox-core-asl
test
|-- org.apache.camel:camel-test
|-- org.apache.camel:camel-spring
|-- xpp3:xpp3
|-- junit:junit