From 21a8761f684745bb300e075c7e98ad897ace9eed Mon Sep 17 00:00:00 2001 From: st782s Date: Tue, 30 Jan 2018 17:29:36 -0500 Subject: Security/ Package Name changes Issue-ID: PORTAL-174, PORTAL-157, PORTAL-156, PORTAL-148, PORTAL-145, PORTAL-140, PORTAL-133, PORTAL-121, PORTAL-111, PORTAL-88 Includes security fixes, Role Centralization, replace certain ECOMP occurrences etc Change-Id: I3c8b706709c6b92e646e3cbe50c2d660e8a46ef4 Signed-off-by: st782s --- ecomp-portal-BE-common/pom.xml | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 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 3d1db4db..d7917795 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -1,13 +1,14 @@ 4.0.0 + org.onap.portal onap-portal-parent - 1.3.0 + 2.2 - ecompportal-be-common + portal-be-common war @@ -48,6 +49,19 @@ + + + org.apache.maven.plugins + maven-jar-plugin + 3.0.0 + + + + test-jar + + + + org.apache.maven.plugins @@ -566,8 +580,27 @@ ${jacocoVersion} runtime + + org.owasp.esapi + esapi + 2.1.0.1 + + + org.springframework.security + spring-security-core + ${springframework.version} + + + org.springframework.security + spring-security-web + ${springframework.version} + + + org.springframework.security + spring-security-config + ${springframework.version} + + - - -- cgit 1.2.3-korg