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