We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4588f62 commit 8cac867Copy full SHA for 8cac867
build.gradle.kts
@@ -71,7 +71,8 @@ dependencies {
71
testImplementation("com.ninja-squad:springmockk:4.0.0")
72
testImplementation("org.skyscreamer:jsonassert:1.5.1")
73
testImplementation("org.mock-server:mockserver-spring-test-listener:5.15.0")
74
- testRuntimeOnly("com.h2database:h2")
+ // temporary
75
+ implementation("com.h2database:h2")
76
}
77
78
springBoot { buildInfo() }
0 commit comments