File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,7 @@ subprojects { subProject ->
124124 testCompile( libraries. byteman_install )
125125 testCompile( libraries. byteman_bmunit )
126126
127- testRuntime( libraries. slf4j_api )
128- testRuntime( libraries. slf4j_log4j12 )
127+ testRuntime( libraries. log4j )
129128 testRuntime( libraries. javassist )
130129 testRuntime( libraries. h2 )
131130
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ task buildTutorialZip(type: Zip) {
7979 from ' src/main/docbook/quickstart/tutorials'
8080 expand(
8181 version : project. version,
82- slf4j : parent . slf4jVersion ,
82+ slf4j : " 1.7.5 " ,
8383 junit : parent. junitVersion,
8484 h2 : parent. h2Version
8585 )
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.7.5'
3130 junitVersion = ' 4.11'
3231 h2Version = ' 1.2.145'
3332 bytemanVersion = ' 2.1.2'
8079 // ~~~~~~~~~~~~~~~~~~~~~~~~~~ testing
8180
8281 // logging for testing
83- slf4j_api : " org.slf4j:slf4j-api:${ slf4jVersion} " ,
84- slf4j_log4j12 : " org.slf4j:slf4j-log4j12:${ slf4jVersion} " ,
85-
82+ log4j : " log4j:log4j:1.2.17" ,
8683 junit : " junit:junit:${ junitVersion} " ,
8784 byteman : " org.jboss.byteman:byteman:${ bytemanVersion} " ,
8885 byteman_install : " org.jboss.byteman:byteman-install:${ bytemanVersion} " ,
You can’t perform that action at this time.
0 commit comments