From 0da149c25896403e2952e441837917572f9edeca Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sun, 29 Sep 2024 20:34:44 +0000 Subject: [PATCH] Use junit BOM. --- com.io7m.jvindicator.tests/pom.xml | 12 ++++++++++++ pom.xml | 16 ++++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/com.io7m.jvindicator.tests/pom.xml b/com.io7m.jvindicator.tests/pom.xml index a8f2653..780dc22 100644 --- a/com.io7m.jvindicator.tests/pom.xml +++ b/com.io7m.jvindicator.tests/pom.xml @@ -39,6 +39,18 @@ org.junit.jupiter junit-jupiter-engine + + org.junit.platform + junit-platform-commons + + + org.junit.platform + junit-platform-engine + + + org.junit.platform + junit-platform-launcher + org.osgi diff --git a/pom.xml b/pom.xml index 6de7d22..ad0647d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ 1.5.8 2.0.16 + 5.11.0 @@ -99,16 +100,15 @@ org.osgi.annotation.versioning 1.1.2 + - org.junit.jupiter - junit-jupiter-api - 5.11.0 - - - org.junit.jupiter - junit-jupiter-engine - 5.11.0 + org.junit + junit-bom + ${org.junit.version} + pom + import + org.slf4j slf4j-api