Skip to content

Commit

Permalink
Merge pull request #1286 from cashapp/zl-191118-remove-unused-dependency
Browse files Browse the repository at this point in the history
Remove unused junit dependency from misk-queue-testing
  • Loading branch information
swankjesse committed Nov 21, 2019
2 parents ff507e8 + 994d8e0 commit 35ccc84
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 35ccc84

Please sign in to comment.