From a983289777e000e13cf4da94f4b51f29ec56f3b6 Mon Sep 17 00:00:00 2001 From: "Kishore Reddy, Gujja (kg811t)" Date: Tue, 20 Mar 2018 17:15:25 -0400 Subject: Docker changes and Music Integration Issue-ID: PORTAL-136, PORTAL-155, PORTAL-210,PORTAL-217 Includes JUNITS and docker changes, music integration and security fixes Change-Id: Ib974401b48efc1f0d4f98036b0028043c3283691 Signed-off-by: Kishore Reddy, Gujja (kg811t) --- ecomp-portal-BE-common/pom.xml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) (limited to 'ecomp-portal-BE-common/pom.xml') diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 320e77ad..7cdc7968 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -291,6 +291,12 @@ org.elasticsearch elasticsearch 2.2.0 + + + org.apache.lucene + lucene-queryparser + + io.searchbox @@ -441,6 +447,10 @@ org.slf4j slf4j-log4j12 + + org.apache.httpcomponents + httpclient + @@ -505,7 +515,7 @@ org.apache.httpcomponents httpclient - 4.5.2 + 4.5.3 @@ -578,7 +588,7 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider - 2.9.2 + 2.8.10 org.glassfish.jersey.connectors @@ -601,6 +611,10 @@ commons-beanutils commons-beanutils-core + + commons-httpclient + commons-httpclient + @@ -643,7 +657,16 @@ logback-classic 1.2.3 - + + commons-collections + commons-collections + 3.2.2 + + + xalan + xalan + 2.7.2 + -- cgit 1.2.3-korg