aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-09-27 22:26:36 +0000
committerGerrit Code Review <gerrit@onap.org>2022-09-27 22:26:36 +0000
commita7a709e3088c2ce2715e0ae9ed927f8bd4b47153 (patch)
treec852aa268ff4d7f0a4f85d57f6949245c71307ed
parent83d61319aac5fe1bef214260c34f4d26fea397c8 (diff)
parent354e4eb031d94a2110659ef49a41f0c77d09120c (diff)
Merge "Add Kafka dependency"
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0c097fa4f..221f9bb2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,5 +222,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
</project>