aboutsummaryrefslogtreecommitdiffstats
path: root/testutil/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testutil/pom.xml')
-rw-r--r--testutil/pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/testutil/pom.xml b/testutil/pom.xml
index f3bc9cb2212..7f57b6defee 100644
--- a/testutil/pom.xml
+++ b/testutil/pom.xml
@@ -13,7 +13,7 @@
<packaging>jar</packaging>
<version>8-SNAPSHOT</version>
<name>${project.artifactId}</name>
- <description>Library of useful Hamcrest matchers.</description>
+ <description>Library of useful test utilities.</description>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
@@ -34,12 +34,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-core</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-library</artifactId>
+ <artifactId>hamcrest</artifactId>
<scope>compile</scope>
</dependency>
<dependency>