From 995d65c40d5f4dd963d090928cd857820c700489 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 16 Apr 2017 09:45:23 +0000 Subject: [PATCH] Add hamcrest-all to Gradle build as well git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791586 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 4acabe0f1d..0888788928 100644 --- a/build.gradle +++ b/build.gradle @@ -152,6 +152,8 @@ project('main') { compile 'org.apache.commons:commons-collections4:4.1' testCompile 'junit:junit:4.12' + testCompile 'org.hamcrest:hamcrest-all:1.3' + } // Create a separate jar for test-code to depend on it in other projects -- 2.39.5