diff options
Diffstat (limited to 'netbox-client/provider')
-rw-r--r-- | netbox-client/provider/pom.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/netbox-client/provider/pom.xml b/netbox-client/provider/pom.xml index 16695f20b..2ffcaea9a 100644 --- a/netbox-client/provider/pom.xml +++ b/netbox-client/provider/pom.xml @@ -34,6 +34,7 @@ <name>ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId}</name> <dependencies> + <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> @@ -41,18 +42,18 @@ </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient-osgi</artifactId> - <version>${apache.httpcomponents.client.version}</version> + <artifactId>httpcore</artifactId> + <version>${apache.httpcomponents.core.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpasyncclient-osgi</artifactId> - <version>4.1.3</version> + <artifactId>httpclient</artifactId> + <version>${apache.httpcomponents.client.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore-osgi</artifactId> - <version>${apache.httpcomponents.core.version}</version> + <artifactId>httpasyncclient</artifactId> + <version>4.1.1</version> </dependency> <dependency> <groupId>org.slf4j</groupId> |