Skip to content

Commit 8cac867

Browse files
Use h2 database temporarily
1 parent 4588f62 commit 8cac867

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ dependencies {
7171
testImplementation("com.ninja-squad:springmockk:4.0.0")
7272
testImplementation("org.skyscreamer:jsonassert:1.5.1")
7373
testImplementation("org.mock-server:mockserver-spring-test-listener:5.15.0")
74-
testRuntimeOnly("com.h2database:h2")
74+
// temporary
75+
implementation("com.h2database:h2")
7576
}
7677

7778
springBoot { buildInfo() }

0 commit comments

Comments
 (0)