fix: set "spring-kafka-test" scope to "test"

Fixes gh-2387
This commit is contained in:
PINGUET Julien
2022-11-04 21:32:57 +01:00
committed by Soby Chacko
parent 330610fde9
commit 2f37e98924

View File

@@ -53,6 +53,7 @@
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>