Browse Source

Fix duplicate dependency in spring-boot-r2dbc

pull/47991/head
Moritz Halbritter 1 month ago
parent
commit
d85a8017f0
  1. 1
      module/spring-boot-r2dbc/build.gradle

1
module/spring-boot-r2dbc/build.gradle

@ -31,7 +31,6 @@ dependencies { @@ -31,7 +31,6 @@ dependencies {
api(project(":module:spring-boot-sql"))
api(project(":module:spring-boot-transaction"))
api("org.springframework:spring-r2dbc")
api("org.springframework:spring-r2dbc")
compileOnly("com.fasterxml.jackson.core:jackson-annotations")
compileOnly("com.google.code.findbugs:jsr305")

Loading…
Cancel
Save