diff options
author | Chengkai Yan <martin.c.yan@est.tech> | 2018-11-23 16:23:56 +0100 |
---|---|---|
committer | elinuxhenrik <henrik.b.andersson@est.tech> | 2018-12-03 13:13:20 +0100 |
commit | 67dd4223056a2c6a56ffef34076db7dc1a2740b0 (patch) | |
tree | ff149ad4b81a0da06dd32babaa10946ec8be4682 /datafile-dmaap-client/pom.xml | |
parent | 7feb08ddbc51f53a5b0b3b1613940d09f7bc601f (diff) |
fix bugs in jira DCAEGEN2-940 and DCAEGEN2-941
Change-Id: Id0b3e295cab0e085746b034caccbf82aca2e0d7b
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-940
Issue-ID: DCAEGEN2-941
Diffstat (limited to 'datafile-dmaap-client/pom.xml')
-rw-r--r-- | datafile-dmaap-client/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/datafile-dmaap-client/pom.xml b/datafile-dmaap-client/pom.xml index 52394ad5..c863f6a0 100644 --- a/datafile-dmaap-client/pom.xml +++ b/datafile-dmaap-client/pom.xml @@ -37,9 +37,16 @@ </properties> <dependencies> - <!-- DEVELOPMENT DEPENDENCIES --> <dependency> + <groupId>org.asynchttpclient</groupId> + <artifactId>async-http-client</artifactId> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpasyncclient</artifactId> + </dependency> + <dependency> <groupId>org.onap.dcaegen2.collectors.datafile</groupId> <artifactId>datafile-commons</artifactId> <version>${project.parent.version}</version> |