diff options
author | Dan Timoney <dt5972@att.com> | 2018-08-29 03:12:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-29 03:12:22 +0000 |
commit | f1fcf4a707b91b078b5a8e03a1dd981f7c1ee263 (patch) | |
tree | 2d121cefec1e3a74f82e22104cb35ecceeaf642e /netbox-client/provider/pom.xml | |
parent | e05941460fcd59519943a70fa81d6ba1eff76042 (diff) | |
parent | 00ea51d999daaa26ea62b6fd0a3a1c911bc26cba (diff) |
Merge "Add SvcLogicContext interaction with netbox-client"
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 2ffcaea9..e4e22463 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> |