From a932df953215fa4fe25d0dee962291eaa64d1846 Mon Sep 17 00:00:00 2001 From: "Lo, WEI-TING(wl849v)" Date: Mon, 19 Mar 2018 17:37:22 -0400 Subject: Effort to make portal resilient Issue-ID: PORTAL-210 Includes music library that contatins session management Change-Id: Icacab904e1f948068348fcc19cd77965cb5b446e Signed-off-by: Lo, WEI-TING(wl849v) --- ecomp-sdk/epsdk-core/pom.xml | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to 'ecomp-sdk/epsdk-core') diff --git a/ecomp-sdk/epsdk-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml index 61f6fb1c..abaad567 100644 --- a/ecomp-sdk/epsdk-core/pom.xml +++ b/ecomp-sdk/epsdk-core/pom.xml @@ -225,17 +225,17 @@ com.fasterxml.jackson.core jackson-annotations - 2.9.2 + 2.8.10 com.fasterxml.jackson.core jackson-core - 2.9.2 + 2.8.10 com.fasterxml.jackson.core jackson-databind - 2.9.2 + 2.8.10 @@ -342,6 +342,16 @@ org.owasp.esapi esapi 2.1.0.1 + + + commons-beanutils + commons-beanutils-core + + + commons-httpclient + commons-httpclient + + @@ -362,6 +372,10 @@ org.slf4j slf4j-log4j12 + + org.apache.httpcomponents + httpclient + @@ -466,6 +480,16 @@ + + org.apache.httpcomponents + httpclient + 4.5.3 + + + xalan + xalan + 2.7.2 + -- cgit 1.2.3-korg