Kafka clients lib required by pdp sim 64/137864/1 master
authorsaul.gill <saul.gill@est.tech>
Thu, 9 May 2024 10:31:33 +0000 (11:31 +0100)
committersaul.gill <saul.gill@est.tech>
Thu, 9 May 2024 10:31:38 +0000 (11:31 +0100)
Issue-ID: POLICY-4988
Change-Id: I8368db9e63b66da30576bd37645f5560f17a54cc
Signed-off-by: saul.gill <saul.gill@est.tech>
models-sim/policy-models-sim-pdp/pom.xml

index 1cd0deb..6522190 100644 (file)
             <artifactId>assertj-core</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.kafka</groupId>
+            <artifactId>kafka-clients</artifactId>
+            <scope>runtime</scope>
+        </dependency>
     </dependencies>
     <build>
         <resources>