From 31d5157f5d55e2b3b0cf35820df80c18f4e5292b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 25 Jun 2021 13:43:58 +0100 Subject: Update parent pom to fix springboot/checkstyle This patch swithes the Policy Framework to use the snapshot version of oparent. The spring boot dependency management is added. Issue-ID: POLICY-3209 Change-Id: Ie9ab5b001ed9636fa5b4d96f2d54a7e3e800fec6 Signed-off-by: liamfallon --- integration/pom.xml | 40 ++++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) (limited to 'integration') diff --git a/integration/pom.xml b/integration/pom.xml index 944dab72..10dbda4f 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -516,9 +516,9 @@ - org.onap.sdc.sdc-tosca - sdc-tosca - 1.5.1 + org.onap.sdc.sdc-tosca + sdc-tosca + 1.5.1 @@ -660,9 +660,9 @@ - org.apache.commons - commons-vfs2 - 2.8.0 + org.apache.commons + commons-vfs2 + 2.8.0 @@ -684,6 +684,34 @@ 3.2.7 test + + + + org.springframework.boot + spring-boot-starter-web + ${version.springboot} + + + org.springframework.boot + spring-boot-starter-webflux + ${version.springboot} + + + org.springframework.boot + spring-boot-starter-validation + ${version.springboot} + + + org.springframework.boot + spring-boot-starter-test + ${version.springboot} + test + + + org.springframework.boot + spring-boot-starter-security + ${version.springboot} + -- cgit 1.2.3-korg