Skip to content

Commit

Permalink
fix(retrofit): remove all com.squareup.okhttp dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kirangodishala committed Nov 14, 2024
1 parent d935dae commit 677c231
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions echo-core/echo-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ dependencies {
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client:1.1.0"
implementation "io.spinnaker.kork:kork-web"
implementation "io.spinnaker.kork:kork-artifacts"
implementation "com.squareup.okhttp:okhttp"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.okhttp:okhttp-apache"

implementation "io.spinnaker.kork:kork-core"
implementation "io.spinnaker.kork:kork-exceptions"
Expand Down
3 changes: 0 additions & 3 deletions echo-notifications/echo-notifications.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.retrofit:converter-jackson"
implementation "com.squareup.okhttp:okhttp"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client:1.1.0"
implementation "io.spinnaker.kork:kork-core"
implementation "io.spinnaker.kork:kork-artifacts"
Expand Down
3 changes: 0 additions & 3 deletions echo-pipelinetriggers/echo-pipelinetriggers.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ dependencies {
implementation "com.squareup.retrofit:converter-jackson"
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client:1.1.0"
implementation "io.spinnaker.kork:kork-web"
implementation "com.squareup.okhttp:okhttp"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.okhttp:okhttp-apache"

implementation project(':echo-core')
implementation "io.spinnaker.kork:kork-core"
Expand Down
3 changes: 0 additions & 3 deletions echo-scheduler/echo-scheduler.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ dependencies {

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

implementation "com.netflix.spectator:spectator-api"
implementation "io.spinnaker.kork:kork-artifacts"
Expand Down
3 changes: 0 additions & 3 deletions echo-test/echo-test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,4 @@ dependencies {
implementation "io.spinnaker.kork:kork-artifacts"
implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.retrofit:converter-jackson"
implementation "com.squareup.okhttp:okhttp"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.okhttp:okhttp-apache"
}

0 comments on commit 677c231

Please sign in to comment.