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