<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-platform-http-starter</artifactId>
<version>4.9.0</version>
</dependency>
libraryDependencies += "org.apache.camel.springboot" % "camel-platform-http-starter" % "4.9.0"
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-platform-http-starter', version='4.9.0')
)
<dependency org="org.apache.camel.springboot" name="camel-platform-http-starter" rev="4.9.0" />
<parent> <groupId>org.apache.camel.springboot</groupId> <artifactId>components-starter</artifactId> <version>4.9.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.apache.camel:camel-platform-http
|-- org.apache.camel:camel-http-common
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework:spring-aop
|-- org.apache.camel.springboot:camel-core-starter
test
|-- io.rest-assured:rest-assured
|-- org.springframework.boot:spring-boot-starter-security
|-- org.springframework.session:spring-session-hazelcast
|-- org.eclipse.jetty:jetty-server
|-- org.apache.camel.springboot:camel-jackson-starter
|-- org.apache.camel.springboot:camel-http-starter