From 6cb6b86b1f75439b835188577e7b2acfdd81298a Mon Sep 17 00:00:00 2001 From: Justin Pfifer Date: Thu, 29 Dec 2016 09:53:03 -0800 Subject: [PATCH] Add Direct Dependency on Commons Log Commons log was a transient dependency, but should have been a direct dependency. Now take a direct dependency on it. --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 8f37529c..2be811ce 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,12 @@ commons-lang 2.6 + + commons-logging + commons-logging + 1.1.3 + + org.projectlombok