Ensure spring-test builds against HttpComponents 4.5

This is necessary to ensure that the version of HtmlUnit that we use is
compatible with HttpComponents 4.5.

Issue: SPR-13158
This commit is contained in:
Sam Brannen
2015-07-23 19:37:29 +02:00
parent 7d16e3b97c
commit 8ff247b17a

View File

@@ -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) {