HHH-6315 removed slf4j dependencies
This commit is contained in:
parent
1d7969f649
commit
779b86055a
|
@ -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 )
|
||||
|
|
|
@ -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',
|
||||
|
||||
|
|
Loading…
Reference in New Issue