diff options
author | 2024-03-19 17:02:00 +0000 | |
---|---|---|
committer | 2024-03-19 17:02:00 +0000 | |
commit | 712c644ad08b98bb27d186389f39a5b2e9f8a519 (patch) | |
tree | 92d7d7b1ae99b097a100ec4db665be2d206ddf1c /integration-test/pom.xml | |
parent | a631e076e80941687467547d475a2b0d66e142c2 (diff) | |
parent | 93dd1b4fb6b6abdcabadbf9dcca0dc5043588274 (diff) |
Merge "Add kafka messaging support to integration test module"
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> |