Exclude dom4j dep causing security vunerability 75/67775/2
authorMichael Reece <michaere@amdocs.com>
Wed, 19 Sep 2018 15:33:16 +0000 (16:33 +0100)
committerMichael Reece <michaere@amdocs.com>
Wed, 19 Sep 2018 16:05:11 +0000 (17:05 +0100)
Also update event-client dependency to 1.3.0 and reinstate
event-client-kafka dependency

Issue-ID: AAI-1614

Change-Id: Ia2e84c0b05c927afe2387c34113ebbdb5f0dd85f
Signed-off-by: Michael Reece <michaere@amdocs.com>
champ-lib/champ-core/pom.xml
champ-service-deps-janus/pom.xml
champ-service-deps-titan/pom.xml
pom.xml

index c64b0df..11dfff8 100644 (file)
@@ -44,6 +44,11 @@ limitations under the License.
             <groupId>org.onap.aai.event-client</groupId>
             <artifactId>event-client-dmaap</artifactId>
         </dependency>
+        
+        <dependency>
+            <groupId>org.onap.aai.event-client</groupId>
+            <artifactId>event-client-kafka</artifactId>
+        </dependency>
         <!-- Event Bus Library - END -->
 
         <dependency>
index 92a74f1..9c42cab 100644 (file)
@@ -195,6 +195,10 @@ limitations under the License.
                     <groupId>org.codehaus.jackson</groupId>
                     <artifactId>jackson-mapper-asl</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>dom4j</groupId>
+                    <artifactId>dom4j</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
index 35be53e..adab048 100644 (file)
@@ -230,6 +230,10 @@ limitations under the License.
                     <groupId>org.mindrot</groupId>
                     <artifactId>jbcrypt</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>dom4j</groupId>
+                    <artifactId>dom4j</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
diff --git a/pom.xml b/pom.xml
index aa31861..7732ecc 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@ limitations under the License.
 
     <properties>
         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
-        <event.client.version>1.2.1</event.client.version>
+        <event.client.version>1.3.0</event.client.version>
     </properties>
 
     <modules>