File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,14 +139,14 @@ dependencies {
139
139
140
140
testImplementation(" org.wiremock:wiremock:3.13.0" )
141
141
// Required by Wiremock - and our patching of Wiremock
142
- implementation (" com.github.jknack:handlebars:4.3.1" ) {
142
+ testImplementation (" com.github.jknack:handlebars:4.3.1" ) {
143
143
exclude(group = " org.mozilla" , module = " rhino" )
144
144
}
145
- implementation (" com.github.jknack:handlebars-helpers:4.3.1" ) {
145
+ testImplementation (" com.github.jknack:handlebars-helpers:4.3.1" ) {
146
146
exclude(group = " org.mozilla" , module = " rhino" )
147
147
exclude(group = " org.apache.commons" , module = " commons-lang3" )
148
148
}
149
- implementation (" com.github.koppor:wiremock-slf4j-shim:main-SNAPSHOT" )
149
+ testImplementation (" com.github.koppor:wiremock-slf4j-shim:main-SNAPSHOT" )
150
150
testImplementation(" com.github.koppor:wiremock-slf4j-spi-shim:main-SNAPSHOT" )
151
151
152
152
testImplementation(" com.github.javaparser:javaparser-symbol-solver-core:3.26.4" )
You can’t perform that action at this time.
0 commit comments