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 08c1617 commit 3fa14e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions fiat-roles/fiat-roles.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ dependencies {
implementation "com.github.ben-manes.caffeine:caffeine"
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 "io.github.resilience4j:resilience4j-spring-boot2"
implementation "org.springframework:spring-core"
Expand Down
3 changes: 0 additions & 3 deletions fiat-web/fiat-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ configurations.all {
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.jakewharton.retrofit:retrofit1-okhttp3-client"
implementation "com.google.guava:guava"

Expand Down

0 comments on commit 3fa14e6

Please sign in to comment.