Skip to content

Commit ee6ba8e

Browse files
authored
testImplementation is enough (#13299)
1 parent faed0c2 commit ee6ba8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jabgui/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@ dependencies {
139139

140140
testImplementation("org.wiremock:wiremock:3.13.0")
141141
// 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") {
143143
exclude(group = "org.mozilla", module = "rhino")
144144
}
145-
implementation("com.github.jknack:handlebars-helpers:4.3.1") {
145+
testImplementation("com.github.jknack:handlebars-helpers:4.3.1") {
146146
exclude(group = "org.mozilla", module = "rhino")
147147
exclude(group = "org.apache.commons", module = "commons-lang3")
148148
}
149-
implementation("com.github.koppor:wiremock-slf4j-shim:main-SNAPSHOT")
149+
testImplementation("com.github.koppor:wiremock-slf4j-shim:main-SNAPSHOT")
150150
testImplementation("com.github.koppor:wiremock-slf4j-spi-shim:main-SNAPSHOT")
151151

152152
testImplementation("com.github.javaparser:javaparser-symbol-solver-core:3.26.4")

0 commit comments

Comments
 (0)