Skip to content

Commit

Permalink
Refactor mantis-server-worker-client 3rd party dependency specifications
Browse files Browse the repository at this point in the history
first pass at refactor 3rd party dependency specifications for mantis-server-worker-client and corresponding changes to root build.gradle. (issue Netflix#345)
  • Loading branch information
mabelbot committed Mar 2, 2023
1 parent 42e0ccb commit 1ddb23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantis-server/mantis-server-worker-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ dependencies {
testImplementation libraries.junit4
testImplementation libraries.mockitoAll
testImplementation libraries.spectatorApi
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation libraries.hamcrestAll
}

0 comments on commit 1ddb23d

Please sign in to comment.