<dependency>
<groupId>io.tracee</groupId>
<artifactId>tracee-jaxrs2</artifactId>
<version>0.3.0</version>
<type>bundle</type>
</dependency>
<parent> <groupId>io.tracee</groupId> <artifactId>tracee-parent</artifactId> <version>0.3.0</version> </parent>
compile
|-- io.tracee:tracee-api:0.3.0
|-- io.tracee:tracee-core:0.3.0
|-- javax.ws.rs:javax.ws.rs-api
test
|-- io.tracee:tracee-testhelper:0.3.0
|-- io.tracee.backend:tracee-threadlocal-store:0.3.0
|-- org.glassfish.jersey.core:jersey-client:2.5.1
|-- org.glassfish.jersey.core:jersey-server:2.5.1
|-- org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.5.1