Fix test to use count down latch, fix whitespace
[tbgof.git] / build.gradle
index 259a600..8ed3277 100644 (file)
@@ -5,7 +5,13 @@ repositories {
 }
 
 dependencies {
+    compile "com.google.guava:guava:18.0"
+
     testCompile "junit:junit:4.12"
+    testCompile "org.hamcrest:hamcrest-all:1.3"
 }
 
+apply from: "ide.gradle"
+apply from: "coverage.gradle"
+
 /* vim: set ts=4 sw=4 et: */