From cf1e39bd83bd66f7f6896348dc6d3047ec26c75c Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sat, 20 Apr 2024 19:21:05 -0700 Subject: [PATCH] Add explicit JUnit4 dep due to jackson-base refactoring --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 514301f..da88fc9 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,13 @@ com.fasterxml.jackson.core jackson-databind + + + + junit + junit + test +