Skip to content

Commit

Permalink
Drop Support for OkHttp 3
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Feb 25, 2022
1 parent a756419 commit 43106b3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions autoconfigure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ dependencies {
optional 'com.squareup.okhttp3:okhttp'
optional 'com.squareup.okhttp3:logging-interceptor'

testImplementation platform('com.squareup.okhttp3:okhttp-bom:4.9.3')

testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
Expand Down
2 changes: 0 additions & 2 deletions dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ javaPlatform {

dependencies {
api platform(SpringBootPlugin.BOM_COORDINATES)
api platform('com.squareup.okhttp3:okhttp-bom:4.9.3')

constraints {
api project(":autoconfigure")
api project(":starters:okhttp")
api project(":starters:okhttp3")
api project(":starters:okhttp4")
api project(":starters:okhttp5")
}
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include 'dependencies'
include 'autoconfigure'
include 'starters:okhttp'
include 'starters:okhttp3'
include 'starters:okhttp4'
include 'starters:okhttp5'

Expand Down
11 changes: 0 additions & 11 deletions starters/okhttp3/build.gradle

This file was deleted.

0 comments on commit 43106b3

Please sign in to comment.