Browse Source

Drop okhttp 2.x managed dependency

Closes gh-14442
pull/14446/head
Phillip Webb 7 years ago
parent
commit
f0bfcd8947
  1. 5
      spring-boot-project/spring-boot-parent/pom.xml
  2. 5
      spring-boot-project/spring-boot/pom.xml

5
spring-boot-project/spring-boot-parent/pom.xml

@ -88,11 +88,6 @@ @@ -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>

5
spring-boot-project/spring-boot/pom.xml

@ -308,11 +308,6 @@ @@ -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>

Loading…
Cancel
Save