diff pom.xml @ 762:c415d14acadd

Tests should not depend on actual data nor order of attributes in JSON.
author Tom Gottfried <tom@intevation.de>
date Wed, 04 Nov 2015 13:00:04 +0100
parents add3e994b4c4
children ee0ee3c37449
line wrap: on
line diff
--- a/pom.xml	Tue Nov 03 12:06:14 2015 +0100
+++ b/pom.xml	Wed Nov 04 13:00:04 2015 +0100
@@ -121,8 +121,15 @@
 
         <!-- Arquillian/Testing -->
         <dependency>
-        <groupId>junit</groupId>
+            <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>
         <dependency>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)