<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-jetty</artifactId>
<version>7.3.27</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.ops4j.pax</groupId> <artifactId>web</artifactId> <version>7.3.27</version> </parent>
compile
|-- org.ops4j.base:ops4j-base-lang
|-- org.ops4j.base:ops4j-base-util-xml
|-- org.ops4j.pax.swissbox:pax-swissbox-optional-jcl
|-- org.ops4j.pax.swissbox:pax-swissbox-core
|-- org.ops4j.pax.swissbox:pax-swissbox-tracker
|-- org.apache.commons:commons-lang3
|-- junit:junit
provided
|-- org.eclipse.jetty.aggregate:jetty-all
|-- org.eclipse.jetty:jetty-jaas
|-- org.eclipse.jetty:jetty-alpn-server
|-- org.eclipse.jetty.osgi:jetty-osgi-alpn
|-- org.mortbay.jetty.alpn:alpn-boot:8.1.2.v20141202
|-- org.eclipse.jetty.http2:http2-server
|-- org.ops4j.pax.web:pax-web-api
|-- org.ops4j.pax.web:pax-web-spi
|-- org.ops4j.pax.web:pax-web-jsp
|-- org.apache.xbean:xbean-finder
|-- org.ow2.asm:asm
test
|-- org.mockito:mockito-all:1.9.5