aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2023-09-11 13:10:04 +0100
committersaul.gill <saul.gill@est.tech>2023-09-11 13:10:08 +0100
commitb902de16baecd36652db1208093030cedde813bb (patch)
tree1b49c08e11cce41055cb3aeef9777d7c3358ee59
parent379712e996e2ed4df4ba4d2490e3690a0848537b (diff)
Remove provided scope from dependency
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>
-rw-r--r--policy-endpoints/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index d2181aa6..79db23e8 100644
--- 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>