We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38af304 + 977f7a3 commit c0f322aCopy full SHA for c0f322a
graphql-java-servlet/build.gradle
@@ -16,9 +16,6 @@ jar {
16
dependencies {
17
api(project(':graphql-java-kickstart'))
18
19
- // Useful utilities
20
- compile 'com.google.guava:guava:24.1.1-jre'
21
-
22
// Servlet
23
compile 'javax.servlet:javax.servlet-api:3.1.0'
24
compile 'javax.websocket:javax.websocket-api:1.1'
@@ -39,4 +36,5 @@ dependencies {
39
36
testCompile 'org.slf4j:slf4j-simple:1.7.24'
40
37
testCompile 'org.springframework:spring-test:4.3.7.RELEASE'
41
38
testRuntime 'org.springframework:spring-web:4.3.7.RELEASE'
42
-}
+ testCompile 'com.google.guava:guava:24.1.1-jre'
+}
0 commit comments