]> source.dussan.org Git - poi.git/commitdiff
Revert "Add hamcrest-all to Gradle build as well"
authorDominik Stadler <centic@apache.org>
Sun, 16 Apr 2017 09:46:54 +0000 (09:46 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 16 Apr 2017 09:46:54 +0000 (09:46 +0000)
This reverts commit e452090d41190820ec7f2591097fb9e63ad6c59c.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791587 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 08887889283165bbce70aa60b68cd2aabb0d8a44..4acabe0f1dea5aea037da8f47b4af641e758ed2f 100644 (file)
@@ -152,8 +152,6 @@ 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