From 3cea65c213e29b9086e9a2e4aae910cff00e7a93 Mon Sep 17 00:00:00 2001 From: sm921c Date: Wed, 4 Apr 2018 15:09:15 -0400 Subject: security and Pom chanages Issue-ID: PORTAL-155 provided fixes for security issues Change-Id: I00a06dffe4c6efecff57272949fea9d0a614018c Signed-off-by: sm921c --- ecomp-sdk/epsdk-fw/pom.xml | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) (limited to 'ecomp-sdk/epsdk-fw/pom.xml') diff --git a/ecomp-sdk/epsdk-fw/pom.xml b/ecomp-sdk/epsdk-fw/pom.xml index 2eb62648..9f2929b5 100644 --- a/ecomp-sdk/epsdk-fw/pom.xml +++ b/ecomp-sdk/epsdk-fw/pom.xml @@ -6,7 +6,7 @@ org.onap.portal.sdk epsdk-project - 2.1.0 + 2.1.1 @@ -75,12 +75,12 @@ com.fasterxml.jackson.core jackson-annotations - 2.6.3 + 2.8.10 com.fasterxml.jackson.core jackson-databind - 2.6.3 + 2.8.10 org.owasp.esapi @@ -91,6 +91,22 @@ log4j log4j + + xerces + xercesImpl + + + xalan + xalan + + + commons-beanutils + commons-beanutils + + + commons-httpclient + commons-httpclient + @@ -115,7 +131,7 @@ ch.qos.logback logback-classic - 1.1.1 + 1.2.3 test @@ -123,6 +139,12 @@ resteasy-spring ${resteasy.version} test + + + org.apache.httpcomponents + httpclient + + org.jboss.resteasy @@ -160,6 +182,16 @@ runtime test ${jacoco.version} + + + commons-fileupload + commons-fileupload + 1.3.3 + + + commons-beanutils + commons-beanutils + 1.9.3 -- cgit 1.2.3-korg