<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-spring-boot-starter</artifactId>
<version>2.8.1</version>
</dependency>
@Grapes(
@Grab(group='org.zalando', module='riptide-spring-boot-starter', version='2.8.1')
)
<parent> <groupId>org.zalando</groupId> <artifactId>riptide-parent</artifactId> <version>2.8.1</version> </parent>
compile
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.zalando:riptide-backup
|-- org.zalando:riptide-capture
|-- org.zalando:riptide-failsafe
|-- org.zalando:riptide-faults
|-- org.zalando:riptide-httpclient
|-- org.zalando:riptide-metrics
|-- org.zalando:riptide-spring-boot-1.x-support
|-- org.zalando:riptide-spring-boot-2.x-support
|-- org.zalando:riptide-spring-boot-api
|-- org.zalando:riptide-stream
|-- org.zalando:riptide-timeout
|-- org.zalando.stups:tokens:0.12.0-beta-2
|-- org.zalando.stups:stups-http-components-oauth2:1.0.21
|-- org.zalando:tracer-spring-boot-starter:0.16.0
|-- org.zalando:logbook-spring-boot-starter:1.8.1
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.springframework.boot:spring-boot-starter-actuator
provided
|-- org.springframework.boot:spring-boot-starter-test
|-- org.springframework:spring-test
test
|-- org.springframework.boot:spring-boot-starter