From a64b16322327f8a9d666679a01691a40fcf6f856 Mon Sep 17 00:00:00 2001
From: Nick Molcanov <32801560+nck-mlcnv@users.noreply.github.com>
Date: Thu, 29 Jun 2023 16:53:40 +0200
Subject: [PATCH] add junit 5 back (#216)
---
pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pom.xml b/pom.xml
index 90bd14bf..471825a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,18 @@
1.7.32
compile
+
+ org.junit.jupiter
+ junit-jupiter
+ 5.9.2
+ test
+
+
+ org.junit.vintage
+ junit-vintage-engine
+ 5.9.2
+ test
+