Code Review
/
policy
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
379712e
)
Remove provided scope from dependency
27/135927/1
author
saul.gill
<saul.gill@est.tech>
Mon, 11 Sep 2023 12:10:04 +0000
(13:10 +0100)
committer
saul.gill
<saul.gill@est.tech>
Mon, 11 Sep 2023 12:10:08 +0000
(13:10 +0100)
Scope for kafka-clients dependency removed in policy-endpoints
Issue-ID: POLICY-4818
Change-Id: I6cce589bc1b176ca3e0c6d63184c5edafe859d57
Signed-off-by: saul.gill <saul.gill@est.tech>
policy-endpoints/pom.xml
patch
|
blob
|
history
diff --git
a/policy-endpoints/pom.xml
b/policy-endpoints/pom.xml
index
d2181aa
..
79db23e
100644
(file)
--- a/
policy-endpoints/pom.xml
+++ b/
policy-endpoints/pom.xml
@@
-213,7
+213,6
@@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
- <scope>provided</scope>
</dependency>
</dependencies>
</project>