From 3de537f5315f23b3978c6a4a98149964bd104883 Mon Sep 17 00:00:00 2001 From: TechnicallyCoded Date: Tue, 9 Jul 2024 02:38:50 +0200 Subject: [PATCH] Fix apache commons to be included (due to relocation) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 788b1d5..d149ee5 100644 --- a/pom.xml +++ b/pom.xml @@ -162,7 +162,7 @@ org.apache.commons commons-lang3 3.14.0 - provided + compile