<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cxf-spring-rest</artifactId>
<version>3.20.5</version>
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-cxf-spring-rest', version='3.20.5')
)
<parent> <groupId>org.apache.camel</groupId> <artifactId>camel-cxf-parent</artifactId> <version>3.20.5</version> </parent>
compile
|-- org.apache.camel:camel-cxf-rest:3.20.5
|-- org.apache.camel:camel-cxf-spring-common:3.20.5
|-- org.apache.camel:camel-spring-xml:3.20.5