diff options
author | Joss Armstrong <joss.armstrong@ericsson.com> | 2019-01-08 22:00:43 +0000 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-01-08 22:30:05 +0000 |
commit | 8fee66a2dc53578fd6d4a02791012bcc93806ff7 (patch) | |
tree | 0bf8e432948c9edc06c7311bb0b5b8d72b7c11b1 /appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml | |
parent | 19ae78049dff5f6ca5b4fec2e8fa8ded81f30c45 (diff) |
Test coverage in appc-dg-mdsal-bundle
Increase test coverage from 11% to 77%
Issue-ID: APPC-1308
Change-Id: I5cb45e2879bcf97a182687276fdf926f769b0e51
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
Diffstat (limited to 'appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml')
-rw-r--r-- | appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml index 179094ba9..2c34c5eef 100644 --- a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml @@ -188,6 +188,12 @@ <version>${apache.httpcomponents.version}</version> </dependency> <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>${apache.httpcomponents.version}</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-common</artifactId> <scope>compile</scope> |