diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-06-21 14:44:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-06-21 14:44:41 +0000 |
commit | aadbac4706a906252083ade06621db38a73fb343 (patch) | |
tree | 5425f974704641602d37322a53a27f8b90c6be72 /cps-ncmp-service/pom.xml | |
parent | 765de151f09345e96fac3e3254071718289b8359 (diff) | |
parent | dd4bcaadf2d5b5420669764951ab97eff6ffa4f5 (diff) |
Merge "Patch # 3: Data operation response event (NCMP → Client App) to comply with CloudEvents"
Diffstat (limited to 'cps-ncmp-service/pom.xml')
-rw-r--r-- | cps-ncmp-service/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index 19ef988d30..608141ebfd 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -104,6 +104,11 @@ <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> |