From a3b6fb9972e3f114e5b6f6c23b0e67e07fb70d1e Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Mon, 2 Apr 2018 10:25:24 +0300 Subject: Fix security issues Change-Id: I1b90314dab4f745495d8251520b62297571cc56f Issue-ID: VID-149 Signed-off-by: Sonsino, Ofir (os0695) --- epsdk-app-onap/pom.xml | 62 +++++--------------------------------------------- pom.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 56 deletions(-) diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index a817adb31..646c017f3 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -307,62 +307,7 @@ eelf-core 1.0.0 - - - ch.qos.logback - logback-core - 1.2.3 - - - ch.qos.logback - logback-classic - 1.2.3 - - - commons-collections - commons-collections - 3.2.2 - - - commons-fileupload - commons-fileupload - 1.3.3 - - - org.bouncycastle - bcprov-jdk16 - 1.46 - - - xalan - xalan - 2.7.2 - - - org.apache.poi - poi - 3.15 - - - com.thoughtworks.xstream - xstream - 1.4.10 - - - org.apache.httpcomponents - httpclient - 4.5.3 - - - com.fasterxml.jackson.core - jackson-core - 2.8.6 - - - xerces - xercesImpl - 2.11.0.SP5 - + @@ -385,6 +330,11 @@ jackson-annotations 2.6.3 + + com.fasterxml.jackson.core + jackson-core + 2.8.6 + com.fasterxml.jackson.core jackson-databind diff --git a/pom.xml b/pom.xml index 9a9216953..e4dd40c70 100644 --- a/pom.xml +++ b/pom.xml @@ -237,6 +237,63 @@ 4.11 test + + + + ch.qos.logback + logback-core + 1.2.3 + + + ch.qos.logback + logback-classic + 1.2.3 + + + commons-collections + commons-collections + 3.2.2 + + + commons-fileupload + commons-fileupload + 1.3.3 + + + org.bouncycastle + bcprov-jdk16 + 1.46 + + + xalan + xalan + 2.7.2 + + + org.apache.poi + poi + 3.15 + + + com.thoughtworks.xstream + xstream + 1.4.10 + + + org.apache.httpcomponents + httpclient + 4.5.3 + + + com.fasterxml.jackson.core + jackson-core + 2.8.6 + + + xerces + xercesImpl + 2.11.0.SP5 + 1.2.1-SNAPSHOT -- cgit 1.2.3-korg