summaryrefslogtreecommitdiffstats
path: root/plugins/restconf-client/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/restconf-client/provider/pom.xml')
-rwxr-xr-xplugins/restconf-client/provider/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml
index ca1b28455..e82690afb 100755
--- a/plugins/restconf-client/provider/pom.xml
+++ b/plugins/restconf-client/provider/pom.xml
@@ -140,7 +140,17 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
- <scope>test</scope>
+ <version>2.27</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.6</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
</dependency>
</dependencies>
</project>