<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<version>2.1.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.kafka" % "spring-kafka-test" % "2.1.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.kafka', module='spring-kafka-test', version='2.1.4.RELEASE')
)
<dependency org="org.springframework.kafka" name="spring-kafka-test" rev="2.1.4.RELEASE" />
compile
|-- org.springframework:spring-context:5.0.4.RELEASE
|-- org.springframework:spring-test:5.0.4.RELEASE
|-- org.springframework.retry:spring-retry:1.2.2.RELEASE
|-- org.apache.kafka:kafka-clients:1.0.0
|-- org.apache.kafka:kafka_2.11:1.0.0
|-- org.apache.kafka:kafka_2.11:1.0.0
|-- junit:junit:4.12
|-- org.mockito:mockito-core:2.15.0