Skip to content

Commit

Permalink
chore(okhttp): remove references to com.squareup.okhttp
Browse files Browse the repository at this point in the history
see spinnaker/kork#1210 for background.
  • Loading branch information
dbyron-sf committed Nov 15, 2024
1 parent 53c7eff commit 22d4f41
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions swabbie-aws/swabbie-aws.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ dependencies {
implementation "io.spinnaker.kork:kork-web"

implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.retrofit:converter-jackson"

testImplementation project(":swabbie-test")
Expand Down
2 changes: 0 additions & 2 deletions swabbie-clouddriver/swabbie-clouddriver.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ dependencies {
implementation "io.spinnaker.kork:kork-moniker"
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.retrofit:converter-jackson"

testImplementation project(":swabbie-test")
Expand Down
2 changes: 0 additions & 2 deletions swabbie-echo/swabbie-echo.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ dependencies {
implementation "io.spinnaker.kork:kork-web"
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.retrofit:converter-jackson"

testImplementation project(":swabbie-test")
Expand Down
2 changes: 0 additions & 2 deletions swabbie-front50/swabbie-front50.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ dependencies {
implementation "io.spinnaker.kork:kork-web"
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.retrofit:converter-jackson"

testImplementation project(":swabbie-test")
Expand Down
2 changes: 0 additions & 2 deletions swabbie-orca/swabbie-orca.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ dependencies {
implementation "net.logstash.logback:logstash-logback-encoder"
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.retrofit:converter-jackson"
}
2 changes: 0 additions & 2 deletions swabbie-retrofit/swabbie-retrofit.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
dependencies {
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.retrofit:converter-jackson"
implementation "io.spinnaker.kork:kork-web"
implementation "io.reactivex:rxjava"
Expand Down

0 comments on commit 22d4f41

Please sign in to comment.