summaryrefslogtreecommitdiffstats
path: root/netbox-client/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-08-29 03:12:22 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-29 03:12:22 +0000
commitf1fcf4a707b91b078b5a8e03a1dd981f7c1ee263 (patch)
tree2d121cefec1e3a74f82e22104cb35ecceeaf642e /netbox-client/provider/pom.xml
parente05941460fcd59519943a70fa81d6ba1eff76042 (diff)
parent00ea51d999daaa26ea62b6fd0a3a1c911bc26cba (diff)
Merge "Add SvcLogicContext interaction with netbox-client"
Diffstat (limited to 'netbox-client/provider/pom.xml')
-rw-r--r--netbox-client/provider/pom.xml11
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>