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

Commit 4957332

Browse files
committed
coreが無いとビルドに失敗するため修正
1 parent 460831b commit 4957332

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ dependencies {
3333
// 使うのはRowMapperのみなため、他はexclude
3434
implementation(group = "org.springframework", name = "spring-jdbc", version = "5.2.4.RELEASE") {
3535
exclude(module = "spring-beans")
36-
exclude(module = "spring-core")
3736
exclude(module = "spring-jcl")
3837
exclude(module = "spring-tx")
3938
}

0 commit comments

Comments
 (0)