<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-xstream</artifactId>
<version>1.6.4</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> <version>1.6.4</version> </parent>
compile
|-- org.apache.camel:camel-core
|-- com.thoughtworks.xstream:xstream
|-- stax:stax-api
|-- org.codehaus.jettison:jettison
|-- org.codehaus.woodstox:wstx-asl:3.2.7
test
|-- org.apache.camel:camel-core
|-- commons-logging:commons-logging
|-- log4j:log4j
|-- org.springframework:spring-context
|-- org.springframework:spring-aop
|-- junit:junit