Skip to content

Commit

Permalink
Remove unused junit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxnlai committed Nov 19, 2019
1 parent 5c82d7f commit 994d8e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misk-jobqueue-testing/build.gradle
@@ -1,8 +1,8 @@
dependencies {
compile dep.junitApi
compile project(':misk')
compile project(':misk-testing')
compile project(':misk-jobqueue')
implementation project(':misk')
implementation project(':misk-testing')
implementation project(':misk-jobqueue')
testImplementation dep.junitApi
}

afterEvaluate { project ->
Expand Down

0 comments on commit 994d8e0

Please sign in to comment.