Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit 850a8df

Browse files
kukvclaude
andcommitted
Fix docker-compose dependency to match implementation plan
Change from developmentOnly(libs.spring.boot.docker.compose) to implementation("org.springframework.boot:spring-boot-docker-compose") as specified in the implementation plan for issue #60. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b8f16e4 commit 850a8df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/webflux/custom-provider-database/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies {
88
implementation(libs.spring.boot.starter.webflux)
99
implementation("org.springframework.boot:spring-boot-starter-data-r2dbc")
1010
runtimeOnly("org.postgresql:r2dbc-postgresql")
11-
developmentOnly(libs.spring.boot.docker.compose)
11+
implementation("org.springframework.boot:spring-boot-docker-compose")
1212
}

0 commit comments

Comments
 (0)