diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2022-07-28 15:11:43 +0100 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2022-07-29 15:18:42 +0100 |
commit | 15c822a804f97410f4930537abdd58be5f422360 (patch) | |
tree | f0c49f54f368a6a89380ff2f1ca601c1a77b4a2a /policy-endpoints | |
parent | 2a2b5d085876480c1b0d9470a57c6cab4f51008c (diff) |
Remove Kafka version, reference from intergration
Issue-ID: POLICY-4313
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: Id6c2278d372ee1d7f8b377a7d76aec19d69821f2
Diffstat (limited to 'policy-endpoints')
-rw-r--r-- | policy-endpoints/pom.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 816f750d..26f4ab73 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -41,7 +41,6 @@ <cambria.version>1.2.1-oss</cambria.version> <http.client.version>4.5.5</http.client.version> <http.core.version>4.4.4</http.core.version> - <version.kafka>3.0.0</version.kafka> </properties> <dependencies> @@ -240,14 +239,7 @@ <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> - <version>${version.kafka}</version> - <exclusions> - <!-- The default Zookeeper version in Kafka has vulnerabilities --> - <exclusion> - <groupId>org.apache.zookeeper</groupId> - <artifactId>zookeeper</artifactId> - </exclusion> - </exclusions> + <scope>provided</scope> </dependency> </dependencies> </project> |