diff options
-rw-r--r-- | apiroute/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apiroute/pom.xml b/apiroute/pom.xml index 88d5b66..f947781 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> |