diff options
Diffstat (limited to 'integration-test/pom.xml')
-rw-r--r-- | integration-test/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/integration-test/pom.xml b/integration-test/pom.xml index b379e9ff19..c84513291a 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -88,6 +88,16 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.springframework.kafka</groupId> + <artifactId>spring-kafka-test</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.testcontainers</groupId> + <artifactId>kafka</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <scope>test</scope> |