This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
graphql-kickstart-spring-webflux
graphql-spring-boot-autoconfigure Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11dependencies {
22 api(project(' :graphql-kickstart-spring-support' ))
33
4- compileOnly " com.graphql-java-kickstart:graphql-java-kickstart:$LIB_GRAPHQL_SERVLET_VER "
5- compileOnly " org.springframework.boot:spring-boot-starter-webflux"
4+ api " com.graphql-java-kickstart:graphql-java-kickstart:$LIB_GRAPHQL_SERVLET_VER "
5+ api " org.springframework.boot:spring-boot-starter-webflux"
66}
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ dependencies {
2525 api " com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER "
2626 api " com.graphql-java:graphql-java:$LIB_GRAPHQL_JAVA_VER "
2727
28- implementation " org.springframework.boot:spring-boot-starter-websocket"
29- implementation " org.springframework.boot:spring-boot-starter-web"
30- implementation " org.springframework.boot:spring-boot-starter-actuator"
28+ api " org.springframework.boot:spring-boot-starter-websocket"
29+ api " org.springframework.boot:spring-boot-starter-web"
30+ api " org.springframework.boot:spring-boot-starter-actuator"
3131
3232 annotationProcessor " org.springframework.boot:spring-boot-configuration-processor"
3333 compileOnly " org.springframework.boot:spring-boot-configuration-processor"
You can’t perform that action at this time.
0 commit comments