summaryrefslogtreecommitdiffstats
path: root/appc-core/appc-common-bundle
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2020-01-31 16:49:59 -0500
committerPatrick Brady <patrick.brady@att.com>2020-02-06 23:09:13 +0000
commit7b7befa39b7b70b4b18b1f1a561398b8bede6224 (patch)
treeb4c0877d43973cd47a3bd67f51c82cf5bf195a49 /appc-core/appc-common-bundle
parente4c07d4c7eb3105bc6a20eee00fdca592f0cf59b (diff)
build with ONAP-ODL dist
ODL provides ONAP distribution for Neon SR1 Issue-ID: APPC-1731 Change-Id: I21b26f4ddf6ac9940e7162b9e1fa081e4b25c269 Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'appc-core/appc-common-bundle')
-rw-r--r--appc-core/appc-common-bundle/pom.xml9
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>