<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jetty-common</artifactId>
<version>2.23.4</version>
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-jetty-common', version='2.23.4')
)
<parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> <version>2.23.4</version> </parent>
compile
|-- org.apache.camel:camel-core
|-- org.apache.camel:camel-http-common
|-- javax.servlet:javax.servlet-api
provided
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-servlet
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty:jetty-servlets
|-- org.eclipse.jetty:jetty-client
|-- org.eclipse.jetty:jetty-jmx
test
|-- org.apache.camel:camel-test-spring
|-- org.apache.camel:camel-spring
|-- org.springframework:spring-test
|-- org.apache.camel:camel-jackson
|-- org.apache.camel:camel-jaxb
|-- junit:junit
|-- org.apache.logging.log4j:log4j-api