Skip to content

Commit

Permalink
refactor(core): Clean up dependencies (#851)
Browse files Browse the repository at this point in the history
In an upcoming kork bump, some things that were api dependencies
will be moved to implementation; add these explicitly where they
are used.

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 6f0ea9d commit 5095203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions echo-telemetry/echo-telemetry.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ dependencies {
implementation 'com.squareup.retrofit:retrofit'
implementation 'com.squareup.retrofit:converter-jackson'
implementation 'de.huxhorn.sulky:de.huxhorn.sulky.ulid'
implementation "org.apache.commons:commons-lang3"
}

0 comments on commit 5095203

Please sign in to comment.