Skip to content

Commit 8d19b77

Browse files
committed
Include webflux starter instead of compileOnly
1 parent 6bbcc4f commit 8d19b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-webclient/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
compileOnly "org.springframework.boot:spring-boot-starter-webflux"
2+
implementation "org.springframework.boot:spring-boot-starter-webflux"
33

44
testImplementation "org.springframework.boot:spring-boot-starter-webflux"
55
testImplementation "org.springframework.boot:spring-boot-starter-test"

0 commit comments

Comments
 (0)