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
This commit is contained in:
Dominik Stadler 2017-04-16 09:45:23 +00:00
parent 21f5fc8eaf
commit 89976adea2

View File

@ -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