Skip to content

Commit

Permalink
Refactor mantis-examples-groupby-sample 3rd party dependency specific…
Browse files Browse the repository at this point in the history
…ations

first pass at refactor 3rd party dependency specifications for mantis-examples-groupby-sample. (issue Netflix#345)
  • Loading branch information
mabelbot committed Mar 2, 2023
1 parent ee2a3b4 commit 4a44dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mantis-examples/mantis-examples-groupby-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java-library'

configurations.all {
resolutionStrategy {
force "com.google.guava:guava:31.1-jre"
force libraries.guava

}
}
Expand All @@ -14,7 +14,7 @@ task execute(type: JavaExec) {

dependencies {
implementation project(':mantis-runtime')
implementation "com.netflix.spectator:spectator-api:1.3.+"
implementation libraries.spectatorApi

implementation libraries.mockneat
implementation libraries.slf4jApi
Expand Down

0 comments on commit 4a44dfc

Please sign in to comment.