This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
graphql-spring-boot-autoconfigure Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,16 @@ dependencies {
23
23
24
24
compile " org.springframework.boot:spring-boot-autoconfigure:$LIB_SPRING_BOOT_VER "
25
25
compile " org.springframework.boot:spring-boot-starter-websocket:$LIB_SPRING_BOOT_VER "
26
- compile " javax.transaction:javax.transaction-api:$LIB_TRANSACTIONS_API_VERSION "
27
- compile " javax.interceptor:javax.interceptor-api:$LIB_INTERCEPTOR_API_VERSION "
28
26
compile " org.springframework.boot:spring-boot-starter-actuator:$LIB_SPRING_BOOT_VER "
29
27
compile " com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER "
30
28
compile " com.graphql-java-kickstart:graphql-java-tools:$LIB_GRAPHQL_JAVA_TOOLS_VER "
31
29
compile " commons-io:commons-io:$LIB_COMMONS_IO_VER "
32
30
33
31
compileOnly " org.springframework.boot:spring-boot-starter-web:$LIB_SPRING_BOOT_VER "
32
+ compileOnly " javax.transaction:javax.transaction-api:$LIB_TRANSACTIONS_API_VERSION "
33
+ compileOnly " javax.interceptor:javax.interceptor-api:$LIB_INTERCEPTOR_API_VERSION "
34
34
35
+ testCompile " javax.transaction:javax.transaction-api:$LIB_TRANSACTIONS_API_VERSION "
35
36
testCompile " com.graphql-java:graphql-java:$LIB_GRAPHQL_JAVA_VER "
36
37
testCompile " org.springframework.boot:spring-boot-starter-web:$LIB_SPRING_BOOT_VER "
37
38
testCompile " org.springframework.boot:spring-boot-starter-test:$LIB_SPRING_BOOT_VER "
You can’t perform that action at this time.
0 commit comments