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 ->
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
Original file line number Diff line number Diff line change 2727// use. In that respect it serves a role similar to <dependencyManagement> in Maven
2828ext {
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'
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} " ,
You can’t perform that action at this time.
0 commit comments