Mercurial > lada > lada-server
comparison pom.xml @ 285:1e50903065ce
Added global dependency (Testing was just set in a profile before)
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 09 Aug 2013 12:06:58 +0200 |
parents | e1d37195b92d |
children | 96bd52f7fb96 |
comparison
equal
deleted
inserted
replaced
284:58cecc86c454 | 285:1e50903065ce |
---|---|
143 <!-- Needed for running tests (you may also use TestNG) --> | 143 <!-- Needed for running tests (you may also use TestNG) --> |
144 <dependency> | 144 <dependency> |
145 <groupId>junit</groupId> | 145 <groupId>junit</groupId> |
146 <artifactId>junit</artifactId> | 146 <artifactId>junit</artifactId> |
147 <scope>test</scope> | 147 <scope>test</scope> |
148 </dependency> | |
149 <dependency> | |
150 <groupId>org.jboss.resteasy</groupId> | |
151 <artifactId>resteasy-jaxrs</artifactId> | |
152 <version>2.2.2.GA</version> | |
153 <scope>test</scope> | |
154 </dependency> | |
155 <dependency> | |
156 <groupId>org.apache.httpcomponents</groupId> | |
157 <artifactId>httpcore</artifactId> | |
158 <version>4.1.4</version> | |
159 <scope>test</scope> | |
148 </dependency> | 160 </dependency> |
149 | 161 |
150 <!-- Optional, but highly recommended --> | 162 <!-- Optional, but highly recommended --> |
151 <!-- Arquillian allows you to test enterprise code such as EJBs and | 163 <!-- Arquillian allows you to test enterprise code such as EJBs and |
152 Transactional(JTA) JPA from JUnit/TestNG --> | 164 Transactional(JTA) JPA from JUnit/TestNG --> |