aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2018-10-12 12:19:56 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-12 12:19:56 +0000
commitee974206645dc5bc441c0fd9e52356ba0fefc621 (patch)
treedf146b20a73d7b456418c716326528e8baa59d02
parent53e8d26e5a3449fa90652eb241800e689327e697 (diff)
parentfea650339a3124616b3b2207663096408a4bf095 (diff)
Merge "Update okhttp3 version to 3.9.0"
-rw-r--r--apiroute/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/apiroute/pom.xml b/apiroute/pom.xml
index c9a7c47..621ddf6 100644
--- a/apiroute/pom.xml
+++ b/apiroute/pom.xml
@@ -47,7 +47,7 @@
<enforcer.version>1.4</enforcer.version>
<!-- Supporting Libraries -->
- <dropwizard.version>1.2.2</dropwizard.version>
+ <dropwizard.version>1.3.2</dropwizard.version>
<guava.version>23.5-jre</guava.version>
<jersey.version>2.25.1</jersey.version>
<jackson.version>2.9.4</jackson.version>
@@ -744,6 +744,11 @@
<version>${consul-client.version}</version>
</dependency>
<dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
+ <version>3.4.0</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>${httpasyncclient.version}</version>