Add hamcrest matchers
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Thu, 25 Jun 2015 17:20:14 +0000 (19:20 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Thu, 25 Jun 2015 17:20:14 +0000 (19:20 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index fd4babe..1f6c70d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <scope>test</scope>
                </dependency>
                <dependency>
+                       <groupId>org.hamcrest</groupId>
+                       <artifactId>hamcrest-integration</artifactId>
+                       <version>1.3</version>
+               </dependency>
+               <dependency>
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
                        <version>16.0.1</version>