aboutsummaryrefslogtreecommitdiffstats
path: root/apiroute/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apiroute/pom.xml')
-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>