Add hamcrest matchers
[jFCPlib.git] / 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>