<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>2.6.7</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.kafka', module='spring-kafka', version='2.6.7')
)
compile
|-- org.springframework:spring-context:5.2.13.RELEASE
|-- org.springframework:spring-messaging:5.2.13.RELEASE
|-- org.springframework:spring-tx:5.2.13.RELEASE
|-- org.springframework.retry:spring-retry:1.3.1
|-- org.apache.kafka:kafka-clients:2.6.1
|-- org.assertj:assertj-core:3.18.1
|-- org.apache.kafka:kafka-streams:2.6.1
|-- com.fasterxml.jackson.core:jackson-core:2.11.3
|-- com.fasterxml.jackson.core:jackson-databind:2.11.3
|-- org.springframework.data:spring-data-commons:2.3.8.RELEASE
|-- com.jayway.jsonpath:json-path:2.4.0
|-- io.projectreactor:reactor-core:3.3.15.RELEASE