aboutsummaryrefslogtreecommitdiffstats
path: root/integration-test/pom.xml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2024-03-19 17:02:00 +0000
committerGerrit Code Review <gerrit@onap.org>2024-03-19 17:02:00 +0000
commit712c644ad08b98bb27d186389f39a5b2e9f8a519 (patch)
tree92d7d7b1ae99b097a100ec4db665be2d206ddf1c /integration-test/pom.xml
parenta631e076e80941687467547d475a2b0d66e142c2 (diff)
parent93dd1b4fb6b6abdcabadbf9dcca0dc5043588274 (diff)
Merge "Add kafka messaging support to integration test module"
Diffstat (limited to 'integration-test/pom.xml')
-rw-r--r--integration-test/pom.xml10
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>