From 530d76b2b15589034d429a8a8051414c2f1d34a3 Mon Sep 17 00:00:00 2001 From: Mariusz Smykula Date: Fri, 1 Apr 2016 21:20:53 +0200 Subject: [PATCH] attach simple logging library to runtime --- maven-plugin/pom.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 5511e3f990..37b2d56028 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 @@ -25,6 +26,11 @@ groovy-all 2.4.6 + + org.slf4j + slf4j-simple + 1.7.20 + org.apache.maven @@ -71,12 +77,7 @@ 4.12 test - - ch.qos.logback - logback-core - 1.1.6 - test - + io.codearte.accurest accurest-test-deps