From a0ab6083f14ee0a2c0d569085dbd3842de9456b4 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Tue, 7 May 2024 18:41:34 +0200 Subject: [PATCH] Add test dependency. --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index f5c5b86e..e26c7232 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,12 @@ 5.9.3 test + + org.assertj + assertj-core + 3.24.2 + test + @@ -152,6 +158,8 @@ ${maven.compile.source} ${maven.compile.target} + 11 + 11