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 ->
124
124
testCompile( libraries. byteman_install )
125
125
testCompile( libraries. byteman_bmunit )
126
126
127
- testRuntime( libraries. slf4j_api )
128
- testRuntime( libraries. slf4j_log4j12 )
127
+ testRuntime( libraries. log4j )
129
128
testRuntime( libraries. javassist )
130
129
testRuntime( libraries. h2 )
131
130
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ task buildTutorialZip(type: Zip) {
79
79
from ' src/main/docbook/quickstart/tutorials'
80
80
expand(
81
81
version : project. version,
82
- slf4j : parent . slf4jVersion ,
82
+ slf4j : " 1.7.5 " ,
83
83
junit : parent. junitVersion,
84
84
h2 : parent. h2Version
85
85
)
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.7.5'
31
30
junitVersion = ' 4.11'
32
31
h2Version = ' 1.2.145'
33
32
bytemanVersion = ' 2.1.2'
80
79
// ~~~~~~~~~~~~~~~~~~~~~~~~~~ testing
81
80
82
81
// 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" ,
86
83
junit : " junit:junit:${ junitVersion} " ,
87
84
byteman : " org.jboss.byteman:byteman:${ bytemanVersion} " ,
88
85
byteman_install : " org.jboss.byteman:byteman-install:${ bytemanVersion} " ,
You can’t perform that action at this time.
0 commit comments