comparison pom.xml @ 828:a831d77010f4

Added persistence extension for arquillian and downgraded junit to have a compatible versoin.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 18 Dec 2015 17:51:23 +0100
parents ee0ee3c37449
children ad8c859cfdca
comparison
equal deleted inserted replaced
827:5bdd1631a451 828:a831d77010f4
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> 126 <version>4.11</version>
127 <scope>test</scope> 127 <scope>test</scope>
128 </dependency> 128 </dependency>
129 <dependency> 129 <dependency>
130 <groupId>org.hamcrest</groupId> 130 <groupId>org.hamcrest</groupId>
131 <artifactId>hamcrest-library</artifactId> 131 <artifactId>hamcrest-library</artifactId>
152 <groupId>org.jboss.resteasy</groupId> 152 <groupId>org.jboss.resteasy</groupId>
153 <artifactId>resteasy-client</artifactId> 153 <artifactId>resteasy-client</artifactId>
154 <version>3.0.11.Final</version> 154 <version>3.0.11.Final</version>
155 <scope>test</scope> 155 <scope>test</scope>
156 </dependency> 156 </dependency>
157 <dependency>
158 <groupId>org.jboss.arquillian.extension</groupId>
159 <artifactId>arquillian-persistence-dbunit</artifactId>
160 <version>1.0.0.Alpha7</version>
161 <scope>test</scope>
162 </dependency>
157 </dependencies> 163 </dependencies>
158 164
159 <profiles> 165 <profiles>
160 <profile> 166 <profile>
161 <id>default</id> 167 <id>default</id>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)