diff options
Diffstat (limited to 'appc-core/appc-common-bundle/pom.xml')
-rw-r--r-- | appc-core/appc-common-bundle/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/appc-core/appc-common-bundle/pom.xml b/appc-core/appc-common-bundle/pom.xml index e3670f731..8651b9b1a 100644 --- a/appc-core/appc-common-bundle/pom.xml +++ b/appc-core/appc-common-bundle/pom.xml @@ -31,6 +31,15 @@ <packaging>bundle</packaging> <dependencies> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> + <!-- logging --> <dependency> <groupId>ch.qos.logback</groupId> |