From 2ee5829b7fb5a4bada360475e77b82a0aada3710 Mon Sep 17 00:00:00 2001 From: "Oliver B. Fischer" Date: Wed, 7 Jul 2021 21:20:21 +0200 Subject: [PATCH] Fixes [mojohaus/mojo-parent#180] o Added BOM for JUnit 5 to the dependency management section --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c6f00b..896b4d7 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.codehaus.mojo mojo-parent - 64-SNAPSHOT + 9999 pom MojoHaus Parent @@ -210,6 +210,7 @@ 3.1.2 2021-06-01T19:19:12Z ${project.reporting.outputDirectory} + 5.7.1 @@ -241,6 +242,13 @@ 4.13.2 test + + org.junit + junit-bom + ${junit5.version} + pom + import + org.apache.maven.plugin-tools maven-plugin-annotations