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

Commit 61679d9

Browse files
committed
テスト時には実体が無いと怒られるため別口でimplementationするよう修正
1 parent 4512714 commit 61679d9

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
// 現状プロパティ名の変換はテストでしか使っていないのでtestImplementation
4848
// https://mvnrepository.com/artifact/com.google.guava/guava
4949
testImplementation(group = "com.google.guava", name = "guava", version = "28.2-jre")
50+
// テスト時には無いと困るため、別口でimplementation
51+
testImplementation(group = "org.springframework", name = "spring-jdbc", version = "5.2.4.RELEASE")
5052
}
5153

5254
tasks {

0 commit comments

Comments
 (0)