From 3ecefdbcdc0dbf68ac4c5478eaca25d63c9e9477 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 18 Apr 2019 14:14:14 -0700 Subject: [PATCH] Add dependency management for okhttp3 Closes gh-6385 --- .../spring-boot-dependencies/pom.xml | 46 +++++++++++++++++++ .../spring-boot-parent/pom.xml | 10 ---- 2 files changed, 46 insertions(+), 10 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 4cbc7cbdae9..e6b574d2c62 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -157,6 +157,7 @@ 4.1.34.Final 2.0.24.Final 1.1.0 + 3.14.1 1.0.4 42.2.5 0.6.0 @@ -769,6 +770,51 @@ sendgrid-java ${sendgrid.version} + + com.squareup.okhttp3 + logging-interceptor + ${okhttp3.version} + + + com.squareup.okhttp3 + mockwebserver + ${okhttp3.version} + + + com.squareup.okhttp3 + okcurl + ${okhttp3.version} + + + com.squareup.okhttp3 + okhttp + ${okhttp3.version} + + + com.squareup.okhttp3 + okhttp-dnsoverhttps + ${okhttp3.version} + + + com.squareup.okhttp3 + okhttp-sse + ${okhttp3.version} + + + com.squareup.okhttp3 + okhttp-testing-support + ${okhttp3.version} + + + com.squareup.okhttp3 + okhttp-tls + ${okhttp3.version} + + + com.squareup.okhttp3 + okhttp-urlconnection + ${okhttp3.version} + com.sun.mail jakarta.mail diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml index 660e637b93b..ca234b5273e 100644 --- a/spring-boot-project/spring-boot-parent/pom.xml +++ b/spring-boot-project/spring-boot-parent/pom.xml @@ -75,16 +75,6 @@ sisu-inject-plexus 2.6.0 - - com.squareup.okhttp3 - okhttp - 3.11.0 - - - com.squareup.okhttp3 - mockwebserver - 3.9.0 - com.vaadin.external.google android-json