From 78224cb1fbc6052451ad1a759353cc6549b2f230 Mon Sep 17 00:00:00 2001 From: sa282w Date: Fri, 30 Mar 2018 14:09:40 -0400 Subject: [PATCH] Security Vunerabilities Issue-ID: PORTAL-155 Excluded beanshell, nimbus dependency and upgraded the version of spring-security-web and tomcat-embed-core. Change-Id: I2f238d8cdeb61084b1a86099c25b5bd8f30d5e93 Signed-off-by: sa282w --- ecomp-portal-BE-common/pom.xml | 4 ++++ ecomp-portal-BE-os/pom.xml | 6 +++++- ecomp-portal-widget-ms/widget-ms/pom.xml | 13 ++++++++++++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 733a1017..5ae097d6 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -625,6 +625,10 @@ commons-httpclient commons-httpclient + + org.beanshell + bsh-core + diff --git a/ecomp-portal-BE-os/pom.xml b/ecomp-portal-BE-os/pom.xml index ed42c061..2c96adaa 100644 --- a/ecomp-portal-BE-os/pom.xml +++ b/ecomp-portal-BE-os/pom.xml @@ -621,6 +621,10 @@ org.codehaus.jackson jackson-mapper-asl + + com.nimbusds + nimbus-jose-jwt +