From 6ecaa012a9712c5579e80ed9096f4e89c1285bf7 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 11 Jan 2024 11:36:27 +0100 Subject: Update spring boot to 2.4 - update spring boot from 2.3 to 2.4 - remove compile-time dependency on powermock introduced by eelf-core - remove dependencyManagement declarations for powermock since it's not used anymore Issue-ID: AAI-3725 Change-Id: I05a35e0cee80b27123f28bb8eeb8ed885c83a173 Signed-off-by: Fiete Ostkamp --- aai-aaf-auth/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'aai-aaf-auth') diff --git a/aai-aaf-auth/pom.xml b/aai-aaf-auth/pom.xml index ef7d9568..18b58046 100644 --- a/aai-aaf-auth/pom.xml +++ b/aai-aaf-auth/pom.xml @@ -38,6 +38,10 @@ org.springframework spring-context + + org.springframework.boot + spring-boot-starter-web + org.springframework.boot spring-boot-starter-web @@ -56,5 +60,22 @@ commons-io commons-io + + junit + junit + test + + + + org.junit.vintage + junit-vintage-engine + test + + + org.hamcrest + hamcrest-core + + + -- cgit 1.2.3-korg