From 393350f218b2a88090d5271be06657e81e9f2a0b Mon Sep 17 00:00:00 2001 From: Hammy Date: Sun, 13 Jun 2021 07:18:46 +0100 Subject: [PATCH] Update pom.xml Add hamcrest dependency for testing --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index b61a18a..d107163 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,12 @@ 3.10.0 test + + org.hamcrest + hamcrest-all + 1.3 + test + org.jetbrains annotations