<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-servlet-bridge</artifactId>
<version>3.0.0.M1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='pax-exam-servlet-bridge', version='3.0.0.M1')
)
<parent> <groupId>org.ops4j.pax</groupId> <artifactId>exam</artifactId> <version>3.0.0.M1</version> </parent>
compile
|-- junit:junit
|-- com.sun.jersey:jersey-client:1.11
provided
|-- org.ops4j.pax.exam:pax-exam
|-- org.ops4j.base:ops4j-base-spi
|-- org.apache.geronimo.specs:geronimo-atinject_1.0_spec:1.0
|-- org.apache.geronimo.specs:geronimo-servlet_3.0_spec:1.0