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

Commit 7d260f7

Browse files
fix: compilation error on JDK 8
1 parent cc055bd commit 7d260f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ LIB_GRAPHQL_SERVLET_VER = 8.0.0
4545
LIB_GRAPHQL_JAVA_TOOLS_VER = 5.7.1
4646
LIB_COMMONS_IO_VER = 2.6
4747
LIB_TRANSACTIONS_API_VERSION=1.3
48+
LIB_INTERCEPTOR_API_VERSION=1.2.2
4849
kotlin.version=1.3.31
4950

5051
GRADLE_WRAPPER_VER = 4.10.3

graphql-spring-boot-autoconfigure/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies {
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"
2626
compile "javax.transaction:javax.transaction-api:$LIB_TRANSACTIONS_API_VERSION"
27+
compile "javax.interceptor:javax.interceptor-api:$LIB_INTERCEPTOR_API_VERSION"
2728
compile "org.springframework.boot:spring-boot-starter-actuator:$LIB_SPRING_BOOT_VER"
2829
compile "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER"
2930
compile "com.graphql-java-kickstart:graphql-java-tools:$LIB_GRAPHQL_JAVA_TOOLS_VER"

0 commit comments

Comments
 (0)