From 7a3084fa7d00fc77bc286ca0a487b14d31f919e8 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 18 Oct 2023 14:29:59 +0200 Subject: Update spring-boot to 2.2 - update spring-boot to latest available 2.2.X release - pom inheritance via aai-parent pom makes it necessary to also explicitly specify spring framework versions - replace deprecations around Profiles Issue-ID: AAI-3665 Change-Id: I74b22a76ef14217b888ae6bb12cb83d86f9e4241 Signed-off-by: Fiete Ostkamp --- aai-resources/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'aai-resources/pom.xml') diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 0da4672..dcc125c 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -32,6 +32,10 @@ 1.8 + 2.2.13.RELEASE + 5.2.12.RELEASE + ${spring.version} + ${spring.version} org.onap.aai.ResourcesApp @@ -93,7 +97,6 @@ true - 1.6.8 -- cgit 1.2.3-korg