summaryrefslogtreecommitdiff
path: root/client/test/build.gradle
diff options
context:
space:
mode:
authorChris Earle <chris.earle@elastic.co>2016-08-24 19:28:32 -0400
committerChris Earle <chris.earle@elastic.co>2016-08-30 18:02:07 -0400
commitb8f4c92d41411e17ec45f3c83dc81d1f12d39751 (patch)
tree60cad765aac955cc639d0ece8d2575e536c74f43 /client/test/build.gradle
parent2a7a187bf872ebe440f2916250e1f82d1b3259e1 (diff)
Allow RestClient to send array-based headers
This enables the RestClient to send array-based (multi-valued) header values, rather than only sending whatever happened to be the _last_ value of the header.
Diffstat (limited to 'client/test/build.gradle')
-rw-r--r--client/test/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/test/build.gradle b/client/test/build.gradle
index 05d044504e..a7ffe79ac5 100644
--- a/client/test/build.gradle
+++ b/client/test/build.gradle
@@ -30,6 +30,7 @@ install.enabled = false
uploadArchives.enabled = false
dependencies {
+ compile "org.apache.httpcomponents:httpcore:${versions.httpcore}"
compile "com.carrotsearch.randomizedtesting:randomizedtesting-runner:${versions.randomizedrunner}"
compile "junit:junit:${versions.junit}"
compile "org.hamcrest:hamcrest-all:${versions.hamcrest}"