From 425ae63b3818895ecd2e7a25911be96e665244d5 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sat, 20 Apr 2024 19:06:04 -0700 Subject: [PATCH] Add JUnit4 dependency due to jackson-base refactoring --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 2810be0a..0592cf61 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,13 @@ com.fasterxml.jackson.core jackson-databind + + + + junit + junit + test +