<dependency>
<groupId>org.zalando</groupId>
<artifactId>nakadi-producer-spring-boot-starter</artifactId>
<version>20.1.0</version>
</dependency>
@Grapes(
@Grab(group='org.zalando', module='nakadi-producer-spring-boot-starter', version='20.1.0')
)
<parent> <groupId>org.zalando</groupId> <artifactId>nakadi-producer-reactor</artifactId> <version>20.1.0</version> </parent>
compile
|-- org.zalando:nakadi-producer
|-- org.springframework:spring-jdbc
|-- org.springframework.boot:spring-boot-actuator
|-- org.zalando:tracer-core:0.11.2
|-- org.zalando.stups:tokens:0.10.0
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-actuator-autoconfigure
provided
test
|-- org.springframework.boot:spring-boot-starter-test
|-- org.postgresql:postgresql:9.4.1211
|-- com.opentable.components:otj-pg-embedded:0.7.1
|-- commons-logging:commons-logging:1.2