Skip to content

Commit d1aef40

Browse files
committed
HHH-8601 remove commons-logging and upgrade slf4j
1 parent 2bb453c commit d1aef40

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ subprojects { subProject ->
126126

127127
testRuntime( libraries.slf4j_api )
128128
testRuntime( libraries.slf4j_log4j12 )
129-
testRuntime( libraries.jcl_slf4j )
130-
testRuntime( libraries.jcl_api )
131-
testRuntime( libraries.jcl )
132129
testRuntime( libraries.javassist )
133130
testRuntime( libraries.h2 )
134131

libraries.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
// use. In that respect it serves a role similar to <dependencyManagement> in Maven
2828
ext {
2929

30-
slf4jVersion = '1.6.1'
31-
junitVersion = '4.10'
30+
slf4jVersion = '1.7.5'
31+
junitVersion = '4.11'
3232
h2Version = '1.2.145'
3333
bytemanVersion = '2.1.2'
3434
infinispanVersion = '5.3.0.Final'
@@ -82,10 +82,6 @@ ext {
8282
// logging for testing
8383
slf4j_api: "org.slf4j:slf4j-api:${slf4jVersion}",
8484
slf4j_log4j12: "org.slf4j:slf4j-log4j12:${slf4jVersion}",
85-
jcl_slf4j: "org.slf4j:jcl-over-slf4j:${slf4jVersion}",
86-
jcl_api: 'commons-logging:commons-logging-api:99.0-does-not-exist',
87-
jcl: 'commons-logging:commons-logging:99.0-does-not-exist',
88-
8985

9086
junit: "junit:junit:${junitVersion}",
9187
byteman: "org.jboss.byteman:byteman:${bytemanVersion}",

0 commit comments

Comments
 (0)