Skip to content

Commit

Permalink
Refactor mantis-examples-sine-function 3rd party dependency specifica…
Browse files Browse the repository at this point in the history
…tions

first pass at refactor 3rd party dependency specifications for mantis-examples-sine-function and corresponding changes to root build.gradle (issue Netflix#345)
  • Loading branch information
mabelbot committed Mar 2, 2023
1 parent d90bad4 commit 30a65ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mantis-examples/mantis-examples-sine-function/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

configurations.all {
resolutionStrategy {
force "com.google.guava:guava:31.1-jre"
force libraries.guava
}
}
task execute(type:JavaExec) {
Expand All @@ -27,5 +27,5 @@ task execute(type:JavaExec) {
}
dependencies {
implementation project(':mantis-runtime')
implementation "com.netflix.spectator:spectator-api:1.3.+"
implementation libraries.spectatorApi
}

0 comments on commit 30a65ce

Please sign in to comment.