From 3ecfb4ae4750b664006ac0a77daedfe1acd61f0d Mon Sep 17 00:00:00 2001 From: "Eran (ev672n), Vosk" Date: Mon, 22 Oct 2018 13:09:52 +0300 Subject: security check issues updating spring version, using security check issues Change-Id: I5c78e78a54b2236d1b4bafba171a523dd6daa2fc Issue-ID: SDC-1829 Signed-off-by: Eran (ev672n), Vosk --- pom.xml | 83 +++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 39 insertions(+), 44 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 4ff27f2..1c3ef01 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.onap.sdc.dcae-d.dt-be-property DCAE-DT-PROPERTY @@ -13,27 +13,29 @@ releases 176c31dfe190a UTF-8 - ${project.build.sourceEncoding} - true - ${project.basedir} + ${project.build.sourceEncoding} + true + ${project.basedir} ${project.version} org.springframework - spring-beans + spring-core 5.0.9.RELEASE + compile org.springframework - spring-context + spring-beans 5.0.9.RELEASE + compile - javax.servlet - servlet-api - 2.3 - provided + org.springframework + spring-context + 5.0.9.RELEASE + compile com.google.code.gson @@ -50,11 +52,6 @@ jackson-annotations 2.9.6 - - org.springframework - spring-web - 5.0.9.RELEASE - com.fasterxml.jackson.datatype jackson-datatype-guava @@ -91,15 +88,13 @@ janino 3.0.6 - - com.google.code.bean-matchers - bean-matchers - 0.11 - test - - - - + + com.google.code.bean-matchers + bean-matchers + 0.11 + test + + @@ -111,25 +106,25 @@ 1.8 - - org.jacoco - jacoco-maven-plugin - 0.7.9 - - - default-prepare-agent - - prepare-agent - - - - default-report - - report - - - - + + org.jacoco + jacoco-maven-plugin + 0.7.9 + + + default-prepare-agent + + prepare-agent + + + + default-report + + report + + + + org.apache.maven.plugins -- cgit 1.2.3-korg