comparison 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
comparison
equal deleted inserted replaced
761:4f9b5500541c 762:c415d14acadd
119 <version>1.2.17</version> 119 <version>1.2.17</version>
120 </dependency> 120 </dependency>
121 121
122 <!-- Arquillian/Testing --> 122 <!-- Arquillian/Testing -->
123 <dependency> 123 <dependency>
124 <groupId>junit</groupId> 124 <groupId>junit</groupId>
125 <artifactId>junit</artifactId> 125 <artifactId>junit</artifactId>
126 <version>4.12</version>
127 <scope>test</scope>
128 </dependency>
129 <dependency>
130 <groupId>org.hamcrest</groupId>
131 <artifactId>hamcrest-library</artifactId>
132 <version>1.3</version>
126 <scope>test</scope> 133 <scope>test</scope>
127 </dependency> 134 </dependency>
128 <dependency> 135 <dependency>
129 <groupId>org.jboss.arquillian.junit</groupId> 136 <groupId>org.jboss.arquillian.junit</groupId>
130 <artifactId>arquillian-junit-container</artifactId> 137 <artifactId>arquillian-junit-container</artifactId>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)