From df41df8d851d683d7d019ea19371f81e676fbb59 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 2 Apr 2024 18:15:59 +0200 Subject: [PATCH] fix: add test dependency to allow build with API 2.12.x --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 2dae619..ef219a2 100644 --- a/pom.xml +++ b/pom.xml @@ -161,6 +161,12 @@ 1.2.17 test + + org.apache.commons + commons-lang3 + 3.1 + test +