Drop okhttp 2.x managed dependency

Closes gh-14442
This commit is contained in:
Phillip Webb 2018-09-11 21:51:54 -07:00
parent 9beab013f9
commit f0bfcd8947
2 changed files with 0 additions and 10 deletions

View File

@ -88,11 +88,6 @@
<artifactId>sisu-inject-plexus</artifactId>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>2.7.5</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>

View File

@ -308,11 +308,6 @@
<artifactId>mssql-jdbc</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>