Browse Source

Make spring-boot-transaction an api dependency of spring-boot-jdbc

Closes gh-47764
pull/47784/head
Andy Wilkinson 5 months ago
parent
commit
1275595f0b
  1. 3
      module/spring-boot-jdbc/build.gradle

3
module/spring-boot-jdbc/build.gradle

@ -28,12 +28,11 @@ description = "Spring Boot JDBC" @@ -28,12 +28,11 @@ description = "Spring Boot JDBC"
dependencies {
api(project(":core:spring-boot"))
api(project(":module:spring-boot-sql"))
api(project(":module:spring-boot-transaction"))
api("org.springframework:spring-jdbc")
compileOnly("com.fasterxml.jackson.core:jackson-annotations")
implementation(project(":module:spring-boot-transaction"))
optional(project(":core:spring-boot-autoconfigure"))
optional(project(":core:spring-boot-docker-compose"))
optional(project(":core:spring-boot-testcontainers"))

Loading…
Cancel
Save