From 23f9199439ac4cef0cab344d35560663c7bc87b6 Mon Sep 17 00:00:00 2001 From: Ehren Kret Date: Mon, 2 Aug 2021 10:52:22 -0700 Subject: [PATCH] Fix dependency resolution error for commons-logging --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 5d34378c4..561e0f2e2 100644 --- a/pom.xml +++ b/pom.xml @@ -230,6 +230,11 @@ jedis ${jedis.version} + + commons-logging + commons-logging + 1.2 +