<dependency>
<groupId>io.helidon.webserver</groupId>
<artifactId>helidon-webserver-zipkin</artifactId>
<version>0.10.1</version>
</dependency>
@Grapes(
@Grab(group='io.helidon.webserver', module='helidon-webserver-zipkin', version='0.10.1')
)
<parent> <groupId>io.helidon.webserver</groupId> <artifactId>helidon-webserver-project</artifactId> <version>0.10.1</version> </parent>
compile
|-- io.helidon.webserver:helidon-webserver
|-- io.helidon.common:helidon-common
|-- io.opentracing:opentracing-util
|-- javax.annotation:javax.annotation-api
|-- io.zipkin.reporter2:zipkin-sender-urlconnection
|-- io.opentracing.brave:brave-opentracing
|-- org.glassfish.jersey.core:jersey-client
|-- org.glassfish.jersey.core:jersey-server
|-- org.glassfish.jersey.inject:jersey-hk2
test
|-- org.junit.jupiter:junit-jupiter-api
|-- io.helidon.webserver:helidon-webserver-test-support