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

Commit fc611f8

Browse files
chore: transaction/interceptor api is now a compileOnly dependency
1 parent 7d260f7 commit fc611f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

graphql-spring-boot-autoconfigure/build.gradle

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

0 commit comments

Comments
 (0)