From c78af828acf866bac274db0626f7c29f16200d99 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Tue, 31 Oct 2017 06:13:24 +0000
Subject: [PATCH] Add missing test dependency

---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 8b6a1576cb..4a96ae77f3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,6 +8,7 @@ subprojects {
 
     dependencies {
         testCompile 'junit:junit:4.+'
+        testCompile 'org.hamcrest:hamcrest-library:1.3'
     }
 
     sourceCompatibility = 1.6
-- 
GitLab