<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-extender-war</artifactId>
<version>7.3.29</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web', module='pax-web-extender-war', version='7.3.29')
)
<parent> <groupId>org.ops4j.pax</groupId> <artifactId>web</artifactId> <version>7.3.29</version> </parent>
compile
|-- org.ops4j.base:ops4j-base-lang
|-- org.ops4j.base:ops4j-base-util-xml
|-- org.ops4j.base:ops4j-base-spi
|-- org.ops4j.pax.swissbox:pax-swissbox-core
|-- org.ops4j.pax.swissbox:pax-swissbox-extender
|-- org.ops4j.pax.swissbox:pax-swissbox-optional-jcl
|-- org.ops4j.pax.swissbox:pax-swissbox-tracker
|-- ${servlet.spec.groupId}:${servlet.spec.artifactId}
provided
|-- org.ops4j.pax.web:pax-web-jsp
|-- org.ops4j.pax.web:pax-web-descriptor
|-- org.ops4j.pax.web:pax-web-api
|-- org.ops4j.pax.web:pax-web-spi
|-- org.apache.xbean:xbean-finder
test
|-- junit:junit