Skip to content

Commit

Permalink
refactor(core): Clean up dependencies (#645)
Browse files Browse the repository at this point in the history
An upcoming kork bump will move some dependencies from api to
implementation; update places that were depending on the api
dependency to include it explicitly.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
ezimanyi and mergify[bot] committed Apr 14, 2020
1 parent a9494d7 commit 6b8d16d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fiat-api/fiat-api.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
implementation "com.netflix.spinnaker.kork:kork-web"
implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.retrofit:converter-jackson"
implementation "org.apache.commons:commons-lang3"

compileOnly "javax.servlet:javax.servlet-api"

Expand Down

0 comments on commit 6b8d16d

Please sign in to comment.