We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40666bf commit eb961f6Copy full SHA for eb961f6
build.gradle
@@ -26,6 +26,5 @@ dependencies {
26
compile 'org.apache.httpcomponents:httpclient:4.5.5'
27
28
testCompile 'junit:junit:4.12'
29
- testCompile 'org.assertj:assertj-core:2.3.0'
30
- testCompile ('org.assertj:assertj-core:2.5.0')
+ testCompile 'org.assertj:assertj-core:2.5.0'
31
}
0 commit comments