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.
1 parent df466db commit c365e2aCopy full SHA for c365e2a
build.gradle
@@ -22,7 +22,6 @@ dependencies {
22
testCompile group: 'junit', name: 'junit', version: '4.+'
23
testCompile group: 'com.jayway.jsonpath', name: 'json-path', version: '2.1.0'
24
testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.5'
25
- testCompile group: 'slf4j.org', name: 'slf4j', version: '1.6.1'
26
// Uncomment if you are testing against a JSON-Java release
27
// testCompile 'org.json:json:20160212'
28
// Uncomment if you have copied a local JSON-Java jar file into this project
0 commit comments