summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml
index 8e73fa58a8..c61e8e8876 100644
--- a/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml
@@ -159,7 +159,7 @@
<dependency>
<groupId>org.apache.wink</groupId>
- <artifactId>wink-client</artifactId>
+ <artifactId>wink-client-apache-httpclient</artifactId>
<version>1.1.3-incubating</version>
<exclusions>
<exclusion>
@@ -180,6 +180,18 @@
</exclusion>
</exclusions>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.1.3</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ <version>4.1.3</version>
+ </dependency>
<dependency>
<groupId>org.slf4j</groupId>