We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa95282 commit 1275595Copy full SHA for 1275595
module/spring-boot-jdbc/build.gradle
@@ -28,12 +28,11 @@ description = "Spring Boot JDBC"
28
dependencies {
29
api(project(":core:spring-boot"))
30
api(project(":module:spring-boot-sql"))
31
+ api(project(":module:spring-boot-transaction"))
32
api("org.springframework:spring-jdbc")
33
34
compileOnly("com.fasterxml.jackson.core:jackson-annotations")
35
- implementation(project(":module:spring-boot-transaction"))
36
-
37
optional(project(":core:spring-boot-autoconfigure"))
38
optional(project(":core:spring-boot-docker-compose"))
39
optional(project(":core:spring-boot-testcontainers"))
0 commit comments