From a5a6fe7273e96061b6b77e649caac3784c6f14a9 Mon Sep 17 00:00:00 2001 From: Logan Drescher Date: Thu, 9 May 2024 10:12:50 -0400 Subject: [PATCH] Fix issue where lang3 is needed but has potential conflicts --- vcell-core/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vcell-core/pom.xml b/vcell-core/pom.xml index 84dbae9b13..a78f4a6534 100644 --- a/vcell-core/pom.xml +++ b/vcell-core/pom.xml @@ -244,6 +244,13 @@ itext ${itext.version} + + + org.apache.commons + commons-lang3 + 3.13.0 + + org.apache.commons commons-configuration2