Skip to content

Commit 22d4f41

Browse files
committed
chore(okhttp): remove references to com.squareup.okhttp
see spinnaker/kork#1210 for background.
1 parent 53c7eff commit 22d4f41

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

swabbie-aws/swabbie-aws.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ dependencies {
3434
implementation "io.spinnaker.kork:kork-web"
3535

3636
implementation "com.squareup.retrofit:retrofit"
37-
implementation "com.squareup.okhttp:okhttp-apache"
38-
implementation "com.squareup.okhttp:okhttp-urlconnection"
3937
implementation "com.squareup.retrofit:converter-jackson"
4038

4139
testImplementation project(":swabbie-test")

swabbie-clouddriver/swabbie-clouddriver.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ dependencies {
2525
implementation "io.spinnaker.kork:kork-moniker"
2626
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
2727
implementation "com.squareup.retrofit:retrofit"
28-
implementation "com.squareup.okhttp:okhttp-apache"
29-
implementation "com.squareup.okhttp:okhttp-urlconnection"
3028
implementation "com.squareup.retrofit:converter-jackson"
3129

3230
testImplementation project(":swabbie-test")

swabbie-echo/swabbie-echo.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ dependencies {
2121
implementation "io.spinnaker.kork:kork-web"
2222
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
2323
implementation "com.squareup.retrofit:retrofit"
24-
implementation "com.squareup.okhttp:okhttp-apache"
25-
implementation "com.squareup.okhttp:okhttp-urlconnection"
2624
implementation "com.squareup.retrofit:converter-jackson"
2725

2826
testImplementation project(":swabbie-test")

swabbie-front50/swabbie-front50.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ dependencies {
2121
implementation "io.spinnaker.kork:kork-web"
2222
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
2323
implementation "com.squareup.retrofit:retrofit"
24-
implementation "com.squareup.okhttp:okhttp-apache"
25-
implementation "com.squareup.okhttp:okhttp-urlconnection"
2624
implementation "com.squareup.retrofit:converter-jackson"
2725

2826
testImplementation project(":swabbie-test")

swabbie-orca/swabbie-orca.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,5 @@ dependencies {
2323
implementation "net.logstash.logback:logstash-logback-encoder"
2424
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
2525
implementation "com.squareup.retrofit:retrofit"
26-
implementation "com.squareup.okhttp:okhttp-apache"
27-
implementation "com.squareup.okhttp:okhttp-urlconnection"
2826
implementation "com.squareup.retrofit:converter-jackson"
2927
}

swabbie-retrofit/swabbie-retrofit.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
dependencies {
1818
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
1919
implementation "com.squareup.retrofit:retrofit"
20-
implementation "com.squareup.okhttp:okhttp-apache"
21-
implementation "com.squareup.okhttp:okhttp-urlconnection"
2220
implementation "com.squareup.retrofit:converter-jackson"
2321
implementation "io.spinnaker.kork:kork-web"
2422
implementation "io.reactivex:rxjava"

0 commit comments

Comments
 (0)