From b5a15c31e68fe80503a8058121cdd2a4ac11a281 Mon Sep 17 00:00:00 2001 From: jz385p Date: Thu, 23 Apr 2020 16:35:12 +0530 Subject: [PATCH] Upgraded SDK and CXF versions Added application security fixes Issue-ID: PORTAL-888 Change-Id: I4a3ce8e78a059abd661571eb54857dccb7b8fa6d Signed-off-by: jz385p --- ecomp-portal-BE-common/pom.xml | 2 +- ecomp-portal-BE-os/pom.xml | 10 ---------- pom.xml | 24 ++++++++++++++++++++++-- 3 files changed, 23 insertions(+), 13 deletions(-) diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 19d32431..82e9827c 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -284,7 +284,7 @@ org.apache.cxf cxf-rt-rs-client - 3.3.3 + 3.3.4 diff --git a/ecomp-portal-BE-os/pom.xml b/ecomp-portal-BE-os/pom.xml index 4ad50dfd..398520cb 100644 --- a/ecomp-portal-BE-os/pom.xml +++ b/ecomp-portal-BE-os/pom.xml @@ -314,11 +314,6 @@ tiles-jsp 3.0.5 - - org.apache.cxf - cxf-rt-rs-client - 3.0.0-milestone1 - com.fasterxml.jackson.core @@ -629,11 +624,6 @@ 1.8.5 test - - commons-beanutils - commons-beanutils - 1.9.3 - org.mitre diff --git a/pom.xml b/pom.xml index 19d8c34e..7c484016 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 0 - 2.6.0 + 3.3.0-SNAPSHOT 4.3.24.RELEASE 4.2.13.RELEASE 4.3.11.Final @@ -297,7 +297,27 @@ - + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M2 + + + enforce-no-snapshots + + enforce + + + + + No Snapshots Allowed! + + + false + + + + -- 2.16.6