From e565725099556e176c858b89201eb335a9fb710c Mon Sep 17 00:00:00 2001 From: Sergey Matvienko Date: Mon, 23 Aug 2021 13:07:41 +0300 Subject: [PATCH] dependency management: added commons-codec commons-logging in dep management (only greater available version in the classpath left) --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index e5217e8ad6..d188bf371f 100755 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,9 @@ 28.2-jre 2.6.1 3.4 + 1.15 2.11.0 + 1.2 1.4 2.12.1 1.3.4 @@ -1308,6 +1310,16 @@ commons-io ${commons-io.version} + + commons-codec + commons-codec + ${commons-codec.version} + + + commons-logging + commons-logging + ${commons-logging.version} + org.apache.commons commons-csv