From 779b86055a7a96432def97efb177c9756fd251ca Mon Sep 17 00:00:00 2001 From: Brett Meyer Date: Thu, 22 Aug 2013 23:11:21 -0400 Subject: [PATCH] HHH-6315 removed slf4j dependencies --- build.gradle | 3 --- libraries.gradle | 3 --- 2 files changed, 6 deletions(-) diff --git a/build.gradle b/build.gradle index 9240dad843..d62e522b56 100644 --- a/build.gradle +++ b/build.gradle @@ -119,9 +119,6 @@ subprojects { subProject -> testCompile( libraries.byteman ) testCompile( libraries.byteman_install ) testCompile( libraries.byteman_bmunit ) - testRuntime( libraries.slf4j_api ) - testRuntime( libraries.slf4j_log4j12 ) - testRuntime( libraries.jcl_slf4j ) testRuntime( libraries.jcl_api ) testRuntime( libraries.jcl ) testRuntime( libraries.javassist ) diff --git a/libraries.gradle b/libraries.gradle index 1e1ad0aed2..5b2f84c2d9 100644 --- a/libraries.gradle +++ b/libraries.gradle @@ -81,9 +81,6 @@ ext { // ~~~~~~~~~~~~~~~~~~~~~~~~~~ testing // logging for testing - slf4j_api: "org.slf4j:slf4j-api:${slf4jVersion}", - slf4j_log4j12: "org.slf4j:slf4j-log4j12:${slf4jVersion}", - jcl_slf4j: "org.slf4j:jcl-over-slf4j:${slf4jVersion}", jcl_api: 'commons-logging:commons-logging-api:99.0-does-not-exist', jcl: 'commons-logging:commons-logging:99.0-does-not-exist',