From af70a208702df2d178bd1f57f6739e6b07d36b66 Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Tue, 25 Sep 2018 17:16:48 +0300 Subject: fix security violation Change-Id: I78adf42e6a328e782b4db394fa1a90c17bea9f17 Issue-ID: SDC-1725 Signed-off-by: Yuli Shlosberg --- utils/webseal-simulator/pom.xml | 43 ++++++++++++++++------------------------- 1 file changed, 17 insertions(+), 26 deletions(-) (limited to 'utils/webseal-simulator/pom.xml') diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index b9f541bd5f..c55044c7cd 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -37,12 +37,18 @@ compile + + + + + - commons-httpclient - commons-httpclient - 3.1 + org.apache.httpcomponents + httpclient + 4.5.2 + commons-logging commons-logging-api @@ -84,6 +90,14 @@ compile + + log4j + log4j + 1.2.17 + compile + + + WSSimulator-${project.version} @@ -168,11 +182,6 @@ false - - ${project.basedir}/sdc-simulator/chef-repo/cookbooks/sdc-simulator/files/default - logback.xml - false - @@ -200,24 +209,6 @@ - - copy-configurations-simulator - verify - - copy-resources - - - ${basedir}/sdc-simulator/chef-repo/cookbooks/sdc-simulator/files/default - - - ${basedir}/src/main/resources - - logback.xml - - - - - -- cgit 1.2.3-korg