File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -126,9 +126,6 @@ subprojects { subProject ->
126
126
127
127
testRuntime( libraries. slf4j_api )
128
128
testRuntime( libraries. slf4j_log4j12 )
129
- testRuntime( libraries. jcl_slf4j )
130
- testRuntime( libraries. jcl_api )
131
- testRuntime( libraries. jcl )
132
129
testRuntime( libraries. javassist )
133
130
testRuntime( libraries. h2 )
134
131
Original file line number Diff line number Diff line change 27
27
// use. In that respect it serves a role similar to <dependencyManagement> in Maven
28
28
ext {
29
29
30
- slf4jVersion = ' 1.6.1 '
31
- junitVersion = ' 4.10 '
30
+ slf4jVersion = ' 1.7.5 '
31
+ junitVersion = ' 4.11 '
32
32
h2Version = ' 1.2.145'
33
33
bytemanVersion = ' 2.1.2'
34
34
infinispanVersion = ' 5.3.0.Final'
82
82
// logging for testing
83
83
slf4j_api : " org.slf4j:slf4j-api:${ slf4jVersion} " ,
84
84
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
-
89
85
90
86
junit : " junit:junit:${ junitVersion} " ,
91
87
byteman : " org.jboss.byteman:byteman:${ bytemanVersion} " ,
You can’t perform that action at this time.
0 commit comments