<dependency>
<groupId>com.uber.jaeger</groupId>
<artifactId>jaeger-core</artifactId>
<version>0.20.0</version>
</dependency>
compile
|-- com.uber.jaeger:jaeger-thrift:0.20.0
|-- io.opentracing:opentracing-api:0.30.0
|-- io.opentracing:opentracing-util:0.30.0
|-- com.google.code.gson:gson:2.8.0
|-- org.slf4j:slf4j-api:1.7.16
test
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:2.22.2
|-- junit:junit:4.12
|-- org.mockito:mockito-core:2.2.28