<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>3.5.9</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-transports-http-jetty', version='3.5.9')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.5.9</version> </parent>
compile
|-- org.apache.cxf:cxf-rt-transports-http
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-util
|-- org.eclipse.jetty:jetty-io
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty:jetty-continuation
|-- org.eclipse.jetty:jetty-jmx
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty.http2:http2-server
|-- org.eclipse.jetty:jetty-alpn-server
provided
|-- org.apache.aries.blueprint:org.apache.aries.blueprint.core
|-- org.apache.aries.blueprint:blueprint-parser
runtime
test
|-- junit:junit