Update event-client dependencies to 1.3.0 73/67773/2 1.3.0 3.0.0-ONAP
authormichaere <michaere@amdocs.com>
Wed, 19 Sep 2018 15:29:23 +0000 (16:29 +0100)
committermichaere <michaere@amdocs.com>
Wed, 19 Sep 2018 16:04:09 +0000 (17:04 +0100)
Fix for security vunerability and also reinstate event-client-kafka
dependency

Issue-ID: AAI-1647

Change-Id: I1419def660014ceec2c78c71745d6bca2c563bbf
Signed-off-by: michaere <michaere@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index b6270b1..d3ce143 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,18 @@ limitations under the License.
         <dependency>
             <groupId>org.onap.aai.event-client</groupId>
             <artifactId>event-client-dmaap</artifactId>
         <dependency>
             <groupId>org.onap.aai.event-client</groupId>
             <artifactId>event-client-dmaap</artifactId>
-            <version>1.2.2</version>
+            <version>1.3.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.onap.aai.event-client</groupId>
+            <artifactId>event-client-kafka</artifactId>
+            <version>1.3.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>