Remove redundant dependency declarations.

This commit is contained in:
akwizgran
2018-11-07 16:10:39 +00:00
parent 866be99179
commit 41e5d8900c
6 changed files with 0 additions and 12 deletions

View File

@@ -27,8 +27,6 @@ dependencies {
testImplementation "org.jmock:jmock:2.8.2"
testImplementation "org.jmock:jmock-junit4:2.8.2"
testImplementation "org.jmock:jmock-legacy:2.8.2"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testAnnotationProcessor 'com.google.dagger:dagger-compiler:2.19'
}