From cbc82ae63377162c597dbac1ee01f98f5ec1e6a7 Mon Sep 17 00:00:00 2001 From: bluestix Date: Mon, 7 Dec 2015 14:44:45 -0800 Subject: [PATCH] Fix for Slf4j misuse This is a fix for: https://github.com/ktoso/maven-git-commit-id-plugin/issues/230 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index bb335b1c..d1a49c28 100644 --- a/pom.xml +++ b/pom.xml @@ -139,6 +139,7 @@ org.slf4j slf4j-simple ${slf4j.version} + provided