Skip to content

Commit 1275595

Browse files
committed
Make spring-boot-transaction an api dependency of spring-boot-jdbc
Closes gh-47764
1 parent aa95282 commit 1275595

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

module/spring-boot-jdbc/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ description = "Spring Boot JDBC"
2828
dependencies {
2929
api(project(":core:spring-boot"))
3030
api(project(":module:spring-boot-sql"))
31+
api(project(":module:spring-boot-transaction"))
3132
api("org.springframework:spring-jdbc")
3233

3334
compileOnly("com.fasterxml.jackson.core:jackson-annotations")
3435

35-
implementation(project(":module:spring-boot-transaction"))
36-
3736
optional(project(":core:spring-boot-autoconfigure"))
3837
optional(project(":core:spring-boot-docker-compose"))
3938
optional(project(":core:spring-boot-testcontainers"))

0 commit comments

Comments
 (0)