Skip to content

Commit dc81196

Browse files
authored
Merge pull request #65 from TrueNine/dev
v0.0.36
2 parents 5c32991 + a9dd52b commit dc81196

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rds/rds-shared/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ dependencies {
2323
group = libs.org.springframework.boot.spring.boot.starter.jdbc.get().module.group,
2424
module = libs.org.springframework.boot.spring.boot.starter.jdbc.get().module.name,
2525
)
26-
implementation(libs.org.springframework.boot.spring.boot.starter.jdbc)
2726
exclude(
2827
group = libs.org.springframework.data.spring.data.commons.get().module.group,
2928
module = libs.org.springframework.data.spring.data.commons.get().module.name,
3029
)
31-
implementation(libs.org.springframework.data.spring.data.commons)
3230
}
31+
implementation(libs.org.springframework.boot.spring.boot.starter.jdbc)
32+
implementation(libs.org.springframework.data.spring.data.commons)
3333

3434
testImplementation(projects.testtoolkit.testtoolkitTestcontainers)
3535
testImplementation(libs.org.postgresql.postgresql)

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ plugins {
1212
// See https://central.sonatype.com/artifact/io.gitee.zjarlin.auto-modules/io.gitee.zjarlin.auto-modules.gradle.plugin
1313
// id("io.gitee.zjarlin.auto-modules") version "0.0.616"
1414
}
15+
1516
// autoModules { excludeModules("build-logic") }
1617

1718
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
@@ -24,7 +25,6 @@ listOf("version-catalog", "shared", "bom", "gradle-plugin", "cacheable", "docsit
2425
findProject(":$p")?.name = p
2526
}
2627

27-
2828
// 监控模块
2929
include("surveillance:surveillance-shared")
3030

0 commit comments

Comments
 (0)