Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 435e88c

Browse files
committed
Removed transactional dependencies
1 parent eff9dbd commit 435e88c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ LIB_SPRING_BOOT_VER = 2.2.1.RELEASE
4444
LIB_GRAPHQL_SERVLET_VER = 9.0.0
4545
LIB_GRAPHQL_JAVA_TOOLS_VER = 5.7.1
4646
LIB_COMMONS_IO_VER = 2.6
47-
LIB_TRANSACTIONS_API_VERSION=1.3
48-
LIB_INTERCEPTOR_API_VERSION=1.2.2
4947
kotlin.version=1.3.31
5048

5149
GRADLE_WRAPPER_VER = 4.10.3

graphql-spring-boot-autoconfigure/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)