Code Review
/
policy
/
clamp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9a00543
)
Add Kafka dependency
26/131226/1
author
Sirisha_Manchikanti
<sirisha.manchikanti@est.tech>
Mon, 26 Sep 2022 14:20:11 +0000
(15:20 +0100)
committer
Sirisha_Manchikanti
<sirisha.manchikanti@est.tech>
Mon, 26 Sep 2022 14:20:17 +0000
(15:20 +0100)
Issue-ID: POLICY-4134
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: I7e08251a6331f3b47552f2db8bff9cb1ae74933e
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
0c097fa
..
221f9bb
100644
(file)
--- 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>