Skip to content

Commit

Permalink
Merge pull request #136 from elandau/bugfix/retry_dependency
Browse files Browse the repository at this point in the history
Switch retry-rule to testCompile dependency
  • Loading branch information
elandau authored Jul 12, 2019
2 parents cafa5d5 + a2bd845 commit 75ad03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concurrency-limits-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
testCompile 'junit:junit-dep:4.10'
testCompile "org.slf4j:slf4j-log4j12:1.7.+"

implementation 'com.github.kevinmost:junit-retry-rule:cbdd972d7c'
testCompile 'com.github.kevinmost:junit-retry-rule:cbdd972d7c'
}

0 comments on commit 75ad03d

Please sign in to comment.