comparison pom.xml @ 319:e125bbe98014

Removed dependencies from build target.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 23 Aug 2013 11:30:56 +0200
parents 9e2f9c85e7fe
children 5844d7457dde
comparison
equal deleted inserted replaced
318:fab1e6c74044 319:e125bbe98014
241 Arquillian tests that execute in the specified container --> 241 Arquillian tests that execute in the specified container -->
242 <id>default</id> 242 <id>default</id>
243 <activation> 243 <activation>
244 <activeByDefault>true</activeByDefault> 244 <activeByDefault>true</activeByDefault>
245 </activation> 245 </activation>
246 <dependencies>
247 <dependency>
248 <groupId>junit</groupId>
249 <artifactId>junit</artifactId>
250 <version>4.10</version>
251 </dependency>
252 <dependency>
253 <groupId>org.jboss.resteasy</groupId>
254 <artifactId>resteasy-jaxrs</artifactId>
255 <version>2.2.2.GA</version>
256 </dependency>
257 <dependency>
258 <groupId>org.apache.httpcomponents</groupId>
259 <artifactId>httpcore</artifactId>
260 <version>4.1.4</version>
261 </dependency>
262 </dependencies>
263 <build> 246 <build>
264 <plugins> 247 <plugins>
265 <plugin> 248 <plugin>
266 <artifactId>maven-surefire-plugin</artifactId> 249 <artifactId>maven-surefire-plugin</artifactId>
267 <version>2.4.3</version> 250 <version>2.4.3</version>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)