From d007f665f095a607ee1e3186037a9ebd0d0a7292 Mon Sep 17 00:00:00 2001 From: broDom Date: Tue, 25 Jul 2017 09:38:42 +0200 Subject: [PATCH] build(core): add missing commons-logging --- scm-core/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scm-core/pom.xml b/scm-core/pom.xml index 5dfba770e6..6e07756295 100644 --- a/scm-core/pom.xml +++ b/scm-core/pom.xml @@ -40,6 +40,12 @@ org.slf4j ${slf4j.version} + + + commons-logging + commons-logging + 1.2 +