<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jpa</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
|-- org.apache.camel:camel-spring
|-- org.apache.geronimo.specs:geronimo-jpa_3.0_spec
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-orm
|-- commons-logging:commons-logging-api
test
|-- org.apache.camel:camel-core
|-- org.apache.openjpa:openjpa-persistence-jdbc
|-- commons-collections:commons-collections
|-- junit:junit