This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree 2 files changed +5
-5
lines changed
graphql-kickstart-spring-webflux
graphql-spring-boot-autoconfigure
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
api(project(' :graphql-kickstart-spring-support' ))
3
3
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"
6
6
}
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ dependencies {
25
25
api " com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER "
26
26
api " com.graphql-java:graphql-java:$LIB_GRAPHQL_JAVA_VER "
27
27
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"
31
31
32
32
annotationProcessor " org.springframework.boot:spring-boot-configuration-processor"
33
33
compileOnly " org.springframework.boot:spring-boot-configuration-processor"
You can’t perform that action at this time.
0 commit comments