summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jsonp-runtime/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules/binding-jsonp-runtime/pom.xml')
-rw-r--r--java/sca/modules/binding-jsonp-runtime/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/java/sca/modules/binding-jsonp-runtime/pom.xml b/java/sca/modules/binding-jsonp-runtime/pom.xml
index af2845c1cf..458120544b 100644
--- a/java/sca/modules/binding-jsonp-runtime/pom.xml
+++ b/java/sca/modules/binding-jsonp-runtime/pom.xml
@@ -28,6 +28,14 @@
<artifactId>tuscany-binding-jsonp-runtime</artifactId>
<name>Apache Tuscany SCA JSONP Binding Runtime</name>
+ <!-- Use a temp repo just until the HCC4 release gets uploaded -->
+ <repositories>
+ <repository>
+ <id>temp.hc.repo</id>
+ <url>http://people.apache.org/~antelder/httpcomponents/4.0/maven</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
@@ -53,6 +61,12 @@
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.0</version>
+ </dependency>
+
+ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>