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

Commit da9c38c

Browse files
committed
fix: unit tests after spring boot upgrade
1 parent 9a00343 commit da9c38c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subprojects {
4949
apply plugin: 'maven-publish'
5050
apply plugin: 'signing'
5151

52-
ext['graphql-java.version'] = '19.1'
52+
ext['graphql-java.version'] = "$LIB_GRAPHQL_JAVA_VER"
5353

5454
repositories {
5555
mavenLocal()

graphql-spring-boot-test/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ dependencies {
2222
implementation("com.fasterxml.jackson.core:jackson-databind")
2323
implementation("com.jayway.jsonpath:json-path")
2424
implementation "org.awaitility:awaitility:$LIB_AWAITILITY_VER"
25-
compileOnly("com.graphql-java:graphql-java:$LIB_GRAPHQL_JAVA_VER")
2625
compileOnly("com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER")
2726
testImplementation("org.springframework.boot:spring-boot-starter-web")
2827
testImplementation "org.springframework.boot:spring-boot-starter-websocket"

0 commit comments

Comments
 (0)