aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c619031..8e02299 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,7 @@
<!-- ==================== -->
<!-- Versions -->
+ <hamcrest.version>2.1</hamcrest.version>
<!-- ==================== -->
<!-- Global project version -->
@@ -65,6 +66,18 @@
<version>1.1.2</version> <scope>test</scope> </dependency> -->
<dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest</artifactId>
+ <version>${hamcrest.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ <version>${hamcrest.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>