Remove unnecessary Guava usages (#13)

This commit is contained in:
MrMicky
2018-10-04 13:29:08 +02:00
committed by Nathan Adams
parent bcbd596c24
commit 7ee589b29b
7 changed files with 43 additions and 38 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ repositories {
}
dependencies {
api 'com.google.guava:guava:21.0'
testCompile 'com.google.guava:guava:21.0'
testCompile 'junit:junit-dep:4.10'
testCompile 'org.hamcrest:hamcrest-library:1.2.1'
testCompile 'org.mockito:mockito-core:1.8.5'