From d13940636ced77fcafdf236d5af0eef9ee4509a1 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 21 Apr 2022 18:04:38 +0100 Subject: [PATCH] Use policy/parent for dependency management We use policy/parent for dependency management so that we can control the spring and spring boot versions that are pulled in. Issue-ID: POLICY-4070 Change-Id: I1f8da1f1eb660c748110ecc25ca445c3c9cb202e Signed-off-by: liamfallon --- runtime-acm/pom.xml | 1 - runtime/pom.xml | 18 ++++++------------ runtime/src/main/resources/boot-message.txt | 12 ++++++------ 3 files changed, 12 insertions(+), 19 deletions(-) diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml index 20751a2c2..7648175a3 100644 --- a/runtime-acm/pom.xml +++ b/runtime-acm/pom.xml @@ -100,7 +100,6 @@ com.google.code.gson gson - 2.8.4 diff --git a/runtime/pom.xml b/runtime/pom.xml index ba48109da..5236520e5 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -145,17 +145,6 @@ - - - - org.springframework.boot - spring-boot-dependencies - ${version.springboot} - pom - import - - - org.onap.policy.clamp @@ -352,6 +341,11 @@ 1.0.2 + + javax.validation + validation-api + 2.0.1.Final + commons-codec commons-codec @@ -905,4 +899,4 @@ - + \ No newline at end of file diff --git a/runtime/src/main/resources/boot-message.txt b/runtime/src/main/resources/boot-message.txt index 5a6cf1824..a7be5c69b 100644 --- a/runtime/src/main/resources/boot-message.txt +++ b/runtime/src/main/resources/boot-message.txt @@ -1,9 +1,9 @@ - ___ _ _ _ ____ ___ _ _ _ - / _ \| \ | | / \ | _ \ |_ _|___| |_ __ _ _ __ | |__ _ _| | - | | | | \| | / _ \ | |_) | | |/ __| __/ _` | '_ \| '_ \| | | | | - | |_| | |\ |/ ___ \| __/ | |\__ \ || (_| | | | | |_) | |_| | | - \___/|_| \_/_/ \_\_| |___|___/\__\__,_|_| |_|_.__/ \__,_|_| + __ _ _ _ ____ + / _ \| \ | | / \ | _ \ + | | | | \| | / _ \ | |_) | + | |_| | |\ |/ ___ \| __/ + \___/|_| \_/_/ \_\_| ____ ___ _ ___ ______ __ ____ _ _ __ __ ____ | _ \ / _ \| | |_ _/ ___\ \ / / / ___| | / \ | \/ | _ \ | |_) | | | | | | | | \ V /____| | | | / _ \ | |\/| | |_) | @@ -13,4 +13,4 @@ - :: Starting :: \ No newline at end of file + :: Starting :: -- 2.16.6