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 {
2323
2424 compile " org.springframework.boot:spring-boot-autoconfigure:$LIB_SPRING_BOOT_VER "
2525 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 "
2826 compile " org.springframework.boot:spring-boot-starter-actuator:$LIB_SPRING_BOOT_VER "
2927 compile " com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER "
3028 compile " com.graphql-java-kickstart:graphql-java-tools:$LIB_GRAPHQL_JAVA_TOOLS_VER "
3129 compile " commons-io:commons-io:$LIB_COMMONS_IO_VER "
3230
3331 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 "
3434
35+ testCompile " javax.transaction:javax.transaction-api:$LIB_TRANSACTIONS_API_VERSION "
3536 testCompile " com.graphql-java:graphql-java:$LIB_GRAPHQL_JAVA_VER "
3637 testCompile " org.springframework.boot:spring-boot-starter-web:$LIB_SPRING_BOOT_VER "
3738 testCompile " org.springframework.boot:spring-boot-starter-test:$LIB_SPRING_BOOT_VER "
You can’t perform that action at this time.
0 commit comments