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 +0
-5
lines changed
graphql-spring-boot-autoconfigure Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ LIB_SPRING_BOOT_VER = 2.2.1.RELEASE
4444LIB_GRAPHQL_SERVLET_VER = 9.0.0
4545LIB_GRAPHQL_JAVA_TOOLS_VER = 5.7.1
4646LIB_COMMONS_IO_VER = 2.6
47- LIB_TRANSACTIONS_API_VERSION =1.3
48- LIB_INTERCEPTOR_API_VERSION =1.2.2
4947kotlin.version =1.3.31
5048
5149GRADLE_WRAPPER_VER = 4.10.3
Original file line number Diff line number Diff line change @@ -31,10 +31,7 @@ dependencies {
3131 annotationProcessor " org.springframework.boot:spring-boot-configuration-processor:$LIB_SPRING_BOOT_VER "
3232 compileOnly " org.springframework.boot:spring-boot-configuration-processor:$LIB_SPRING_BOOT_VER "
3333 compileOnly " org.springframework.boot:spring-boot-starter-web:$LIB_SPRING_BOOT_VER "
34- compileOnly " javax.transaction:javax.transaction-api:$LIB_TRANSACTIONS_API_VERSION "
35- compileOnly " javax.interceptor:javax.interceptor-api:$LIB_INTERCEPTOR_API_VERSION "
3634
37- testCompile " javax.transaction:javax.transaction-api:$LIB_TRANSACTIONS_API_VERSION "
3835 testCompile " com.graphql-java:graphql-java:$LIB_GRAPHQL_JAVA_VER "
3936 testCompile " org.springframework.boot:spring-boot-starter-web:$LIB_SPRING_BOOT_VER "
4037 testCompile " org.springframework.boot:spring-boot-starter-test:$LIB_SPRING_BOOT_VER "
You can’t perform that action at this time.
0 commit comments