From de80a9de71edd6005f15355a24dd6ce9781b99bf Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 13 Nov 2024 09:58:26 +0100 Subject: Migrate the schema-service from JUnit 4 to JUnit 5 Issue-ID: AAI-4053 Change-Id: I100c96c9d231f1d5c232886bc00bf3e05cc209b3 Signed-off-by: Fiete Ostkamp --- aai-annotations/pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'aai-annotations/pom.xml') diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 01f908e..d01c820 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -37,8 +37,13 @@ - junit - junit + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-engine test @@ -53,6 +58,12 @@ org.apache.maven.plugins maven-deploy-plugin + + maven-surefire-plugin + + + maven-failsafe-plugin + -- cgit 1.2.3-korg