diff options
author | Javen O'Neal <onealj@apache.org> | 2017-04-16 06:10:23 +0000 |
---|---|---|
committer | Javen O'Neal <onealj@apache.org> | 2017-04-16 06:10:23 +0000 |
commit | c43ca904b3325cffef7f7af1bb7e74385a621525 (patch) | |
tree | b246638a697b5e256dedac2ca35c316e0a1fd737 /maven/poi.pom | |
parent | 3bf6445aa4f3b60d8dcea877d65a04d902f841a8 (diff) | |
download | poi-c43ca904b3325cffef7f7af1bb7e74385a621525.tar.gz poi-c43ca904b3325cffef7f7af1bb7e74385a621525.zip |
roll back to hamcrest-core
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven/poi.pom')
-rw-r--r-- | maven/poi.pom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/poi.pom b/maven/poi.pom index c1719159a6..efd24cfe0b 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -81,7 +81,7 @@ <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <artifactId>hamcrest-core</artifactId> <scope>test</scope> <version>1.3</version> </dependency> |