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

Commit 4512714

Browse files
committed
バージョンは利用先に移譲するので、compileOnly
1 parent a7c872b commit 4512714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ repositories {
3030
dependencies {
3131
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
3232
implementation(kotlin("reflect"))
33-
// 使うのはRowMapperのみなため、他はexclude
34-
implementation(group = "org.springframework", name = "spring-jdbc", version = "5.2.4.RELEASE") {
33+
// 使うのはRowMapperのみなため他はexclude、またバージョンそのものは使う相手に合わせるためcompileOnly
34+
compileOnly(group = "org.springframework", name = "spring-jdbc", version = "5.2.4.RELEASE") {
3535
exclude(module = "spring-beans")
3636
exclude(module = "spring-jcl")
3737
exclude(module = "spring-tx")

0 commit comments

Comments
 (0)