diff --git a/build.gradle b/build.gradle index 6537b84005..216662d3f2 100644 --- a/build.gradle +++ b/build.gradle @@ -1032,6 +1032,7 @@ project("spring-test") { } testCompile("org.hsqldb:hsqldb:${hsqldbVersion}") testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}") + testCompile("org.apache.httpcomponents:httpclient:$httpclientVersion") } task testNG(type: Test) {