Merge "Add TOSCA policy status header field to APEX event create CLI"
authorLiam Fallon <liam.fallon@est.tech>
Tue, 25 Jan 2022 14:13:11 +0000 (14:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 25 Jan 2022 14:13:11 +0000 (14:13 +0000)
pom.xml
testsuites/integration/integration-uservice-test/pom.xml

diff --git a/pom.xml b/pom.xml
index 5471367..02dd807 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <encoding>UTF-8</encoding>
         <file.encoding>UTF-8</file.encoding>
         <version.commons-cli>1.4</version.commons-cli>
-        <version.kafka>2.3.0</version.kafka>
+        <version.kafka>3.0.0</version.kafka>
         <version.hibernate>5.3.7.Final</version.hibernate>
         <version.policy.common>1.10.1-SNAPSHOT</version.policy.common>
         <version.policy.models>2.6.1-SNAPSHOT</version.policy.models>
index 5b4152d..d852ad1 100644 (file)
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>org.apache.zookeeper</groupId>
+            <artifactId>zookeeper</artifactId>
+            <version>3.7.0</version>
+            <scope>test</scope>
+            <exclusions>
+            <!-- The default netty version in kafka-junit4 has vulnerabilities -->
+                <exclusion>
+                    <groupId>io.netty</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-log4j12</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
         <!-- This netty version fixes the vulnerabilities -->
         <dependency>
             <groupId>io.netty</groupId>