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 ++++++++++++++++++++++++++++++++++------ pom.xml | 4 ++-- 2 files changed, 36 insertions(+), 8 deletions(-) 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} + diff --git a/pom.xml b/pom.xml index 7a62a3ba..25453970 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.onap.oparent oparent - 3.2.0 + 3.2.1-SNAPSHOT org.onap.policy.parent @@ -32,7 +32,7 @@ pom - 3.2.0 + 3.2.1-SNAPSHOT -- cgit 1.2.3-korg