From e2412b3fd5c36059b3b3f7ae4cffc51f0252cf22 Mon Sep 17 00:00:00 2001 From: Nathan Erwin Date: Sun, 23 Oct 2022 22:07:39 -0400 Subject: [PATCH] Added dependency for JUnit Related to #1126: * Added the bom and initial dependency for JUnit 5 * Added the initial Maven surefire and failsafe plugin definitions Signed-off-by:Nathan Erwin --- pom.xml | 46 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 34 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 5984fba7af..b909b8c9df 100644 --- a/pom.xml +++ b/pom.xml @@ -386,7 +386,6 @@ ${project.version} - commons-httpclient commons-httpclient @@ -414,15 +413,6 @@ ${slf4j.version} - - - org.junit - junit-bom - 5.8.2 - pom - import - - ${project.groupId} junit5-extensions @@ -453,13 +443,18 @@ import + + org.junit + junit-bom + 5.9.1 + pom + import + - - jakarta.activation jakarta.activation-api @@ -630,7 +625,16 @@ webservices-tools ${webservices-tools.version} +<<<<<<< HEAD +======= + + + org.junit.jupiter + junit-jupiter + test + +>>>>>>> 4bf66d761 (Added dependency for JUnit) @@ -684,6 +688,16 @@ ${project.build.outputDirectory}/META-INF/tck-tests.txt + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M7 + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.0.0-M7 + @@ -716,6 +730,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.plugins + maven-failsafe-plugin +