<dependency>
<groupId>org.zalando</groupId>
<artifactId>opentracing-flowid-autoconfigure</artifactId>
<version>4.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.zalando', module='opentracing-flowid-autoconfigure', version='4.0.0')
)
<parent> <groupId>org.zalando</groupId> <artifactId>opentracing-flowid-parent</artifactId> <version>4.0.0</version> </parent>
compile
|-- org.zalando:opentracing-flowid
|-- org.zalando:opentracing-flowid-httpclient
|-- org.zalando:opentracing-flowid-servlet
|-- org.apache.logging.log4j:log4j-api
|-- org.apache.logging.log4j:log4j-core
|-- org.apache.logging.log4j:log4j-slf4j-impl
provided
|-- javax.servlet:javax.servlet-api
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-configuration-processor
test
|-- org.springframework:spring-test
|-- org.springframework:spring-web