diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2022-09-28 09:15:24 +0100 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2022-09-28 09:15:29 +0100 |
commit | 63fcd7a5e5214c8a62d5200287de6dc1486cf343 (patch) | |
tree | 1b2242bcfe2682916d4dec594404777d137f3dbf /main | |
parent | 32c3d5b6d4df44b14b7870806077820c89419467 (diff) |
Add Kafka dependency
Issue-ID: POLICY-4134
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: Id9b4609c9bf0656eb0c3a83e20f4161a07fbc6d7
Diffstat (limited to 'main')
-rw-r--r-- | main/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml index 10209ef5..a6fcb911 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -73,6 +73,11 @@ <artifactId>springfox-swagger-ui</artifactId> <scope>runtime</scope> </dependency> + <dependency> + <groupId>org.apache.kafka</groupId> + <artifactId>kafka-clients</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.onap.policy.common</groupId> |