Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Commit 6fecc5a

Browse files
committed
remove not needed dep
1 parent 1b9f656 commit 6fecc5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphql-java-spring-web/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dependencies {
77
compile "org.springframework:spring-context:$springVersion"
88
compile "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
99
compile "com.graphql-java:graphql-java:$graphqlJavaVersion"
10-
compile "javax.servlet:javax.servlet-api:4.0.1"
1110

1211
testCompile group: 'junit', name: 'junit', version: '4.12'
1312
testCompile "org.springframework:spring-test:$springVersion"

0 commit comments

Comments
 (0)