From: econwar Date: Fri, 26 Apr 2019 13:32:21 +0000 (+0000) Subject: Fix security vulnerabilities X-Git-Tag: 2.1.3~47^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fdatarouter.git;a=commitdiff_plain;h=74b69edd95bd68a145026c4612d994ba686744be Fix security vulnerabilities Decrease Hibernate version to 5.2.9.Final Change-Id: Ie5fd2103d2d66edc9f67786a51a2451200d16495 Issue-ID: DMAAP-1176 Signed-off-by: econwar --- diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 537b05b5..06aa3fcf 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -128,10 +128,6 @@ org.apache.commons commons-lang3 - - com.thoughtworks.xstream - xstream - diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 281cea7c..56a4b139 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -166,7 +166,13 @@ org.hibernate hibernate-entitymanager - 5.4.1.Final + 5.2.9.Final + + + dom4j + dom4j + + org.hamcrest @@ -180,8 +186,9 @@ 1.0.2.Final - com.thoughtworks.xstream - xstream + org.dom4j + dom4j + 2.1.1 diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index 0182362c..6c577a32 100755 --- a/datarouter-subscriber/pom.xml +++ b/datarouter-subscriber/pom.xml @@ -89,10 +89,6 @@ 1.2.17 compile - - com.thoughtworks.xstream - xstream - diff --git a/pom.xml b/pom.xml index 7a524b57..6db34b61 100755 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,6 @@ 1.7.25 1.3 12.0 - 1.4.10 datarouter-prov @@ -204,6 +203,10 @@ org.databene contiperf + + com.thoughtworks.xstream + xstream + @@ -257,11 +260,6 @@ json ${json.version} - - com.thoughtworks.xstream - xstream - ${xstream.version} -