Skip to content

Commit c0f322a

Browse files
authored
Merge pull request #229 from paulbakker/guava-test-only
Move guava dependency to testCompile
2 parents 38af304 + 977f7a3 commit c0f322a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

graphql-java-servlet/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jar {
1616
dependencies {
1717
api(project(':graphql-java-kickstart'))
1818

19-
// Useful utilities
20-
compile 'com.google.guava:guava:24.1.1-jre'
21-
2219
// Servlet
2320
compile 'javax.servlet:javax.servlet-api:3.1.0'
2421
compile 'javax.websocket:javax.websocket-api:1.1'
@@ -39,4 +36,5 @@ dependencies {
3936
testCompile 'org.slf4j:slf4j-simple:1.7.24'
4037
testCompile 'org.springframework:spring-test:4.3.7.RELEASE'
4138
testRuntime 'org.springframework:spring-web:4.3.7.RELEASE'
42-
}
39+
testCompile 'com.google.guava:guava:24.1.1-jre'
40+
}

0 commit comments

Comments
 (0)