Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 7bbeb53

Browse files
committed
H2追加
1 parent cbc89f4 commit 7bbeb53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ dependencies {
4747

4848
// テスト時には無いと困るため、別口でimplementation
4949
testImplementation(group = "org.springframework", name = "spring-jdbc", version = "5.2.4.RELEASE")
50+
// https://mvnrepository.com/artifact/com.h2database/h2
51+
testImplementation(group = "com.h2database", name = "h2", version = "1.4.200")
5052

5153
// 現状プロパティ名の変換はテストでしか使っていないのでtestImplementation
5254
// https://mvnrepository.com/artifact/com.google.guava/guava

0 commit comments

Comments
 (0)