From 381f5d4efc143ffb167a2c0a6befbf6aca5706f8 Mon Sep 17 00:00:00 2001 From: Sergey Matvienko Date: Mon, 23 Aug 2021 13:24:16 +0300 Subject: [PATCH] dependency management: joda-time unified only newer available version in the classpath left (2.3, 2.4, 2.8.1 -> 2.8.1) --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 352fc13809..56cccd7d1c 100755 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,7 @@ 2.11.0 1.2 1.4 + 2.8.1 2.12.1 1.3.4 2.2.6 @@ -1325,6 +1326,11 @@ commons-csv ${commons-csv.version} + + joda-time + joda-time + ${joda-time.version} + com.fasterxml.jackson.core jackson-databind