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-schema-ingest/pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'aai-schema-ingest') diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index ad2f9fcc..7193ebd9 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -138,9 +138,21 @@ limitations under the License. junit test + + + org.junit.vintage + junit-vintage-engine + test + + + org.hamcrest + hamcrest-core + + + org.mockito - mockito-all + mockito-core test -- cgit 1.2.3-korg