aboutsummaryrefslogtreecommitdiffstats
path: root/netbox-client/provider/pom.xml
diff options
context:
space:
mode:
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>