]> source.dussan.org Git - poi.git/commitdiff
Add hamcrest-all to Gradle build as well
authorDominik Stadler <centic@apache.org>
Sun, 16 Apr 2017 09:45:23 +0000 (09:45 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 16 Apr 2017 09:45:23 +0000 (09:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791586 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 4acabe0f1dea5aea037da8f47b4af641e758ed2f..08887889283165bbce70aa60b68cd2aabb0d8a44 100644 (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