<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>open-tracing</artifactId>
<version>3.0.4</version>
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='open-tracing', version='3.0.4')
)
<parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> <version>3.0.4</version> </parent>
compile
|-- org.glassfish.jersey.containers:jersey-container-grizzly2-http
|-- org.glassfish.jersey.incubator:jersey-open-tracing
|-- io.opentracing:opentracing-api
|-- io.opentracing:opentracing-util
|-- com.uber.jaeger:jaeger-core:0.20.0
|-- org.glassfish.jersey.inject:jersey-hk2
test
|-- org.glassfish.jersey.test-framework:jersey-test-framework-util
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle