Add dependency management for okhttp3

Closes gh-6385
This commit is contained in:
Madhura Bhave
2019-04-18 14:14:14 -07:00
parent eda14fb0f6
commit 3ecefdbcdc
2 changed files with 46 additions and 10 deletions

View File

@@ -75,16 +75,6 @@
<artifactId>sisu-inject-plexus</artifactId>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.11.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>3.9.0</version>
</dependency>
<dependency>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>