Add JUnit and hamcrest dependencies
[jSite.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 97a3fc4..e3ad83f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>utils</artifactId>
                        <version>0.12.1</version>
                </dependency>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>4.12</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.hamcrest</groupId>
+                       <artifactId>hamcrest-library</artifactId>
+                       <version>1.3</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
        <repositories>
                <repository>