Skip to content

Commit cc2e30b

Browse files
committed
build(common): test implementation "spring-web"
1 parent 31f88ac commit cc2e30b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// FIXME remove this after root build.gradle.kts supplies below dependencies.
22
dependencies {
3+
testImplementation("org.springframework:spring-web:6.2.3")
4+
35
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
46
testImplementation("io.mockk:mockk:1.13.12")
57
testImplementation(kotlin("script-runtime"))

0 commit comments

Comments
 (0)