diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-08-24 08:37:11 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-08-27 17:20:11 -0400 |
commit | 00ea51d999daaa26ea62b6fd0a3a1c911bc26cba (patch) | |
tree | 062146837d767720cecec5412a54b9ae6344cd4c /netbox-client/provider/pom.xml | |
parent | 491bb45abbe2ebaed74efb7fa99616eeeb59fd73 (diff) |
Add SvcLogicContext interaction with netbox-client
And return proper QueryStatus as exepected by the DG.
Change-Id: I6af3971a2c6a8b6eda949f7b63cd30fe361dfbc4
Issue-ID: CCSDK-462
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'netbox-client/provider/pom.xml')
-rw-r--r-- | netbox-client/provider/pom.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/netbox-client/provider/pom.xml b/netbox-client/provider/pom.xml index 2ffcaea9a..e4e22463a 100644 --- a/netbox-client/provider/pom.xml +++ b/netbox-client/provider/pom.xml @@ -51,11 +51,6 @@ <version>${apache.httpcomponents.client.version}</version> </dependency> <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpasyncclient</artifactId> - <version>4.1.1</version> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> @@ -64,6 +59,12 @@ <artifactId>sli-common</artifactId> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>sliPluginUtils-provider</artifactId> + <version>${project.version}</version> + <scope>compile</scope> + </dependency> <!--Testing--> <dependency> |