From 357268afbd2b7525a7ebd31c1e4823a7d3eaa78f Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 11 Jun 2023 22:05:48 +0200 Subject: [PATCH] Move junit to dependencyManagement and add missing slf4j-simple for tests --- pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1f61807..f4e4116 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,18 @@ 2022-06-23T12:18:27Z + + + + org.junit + junit-bom + 5.9.3 + pom + import + + + +