comparison pom.xml @ 283:e1d37195b92d

Fixed indention
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 09 Aug 2013 11:34:34 +0200
parents cd78ec2f7d76
children 1e50903065ce
comparison
equal deleted inserted replaced
282:b99a129a659a 283:e1d37195b92d
272 </plugin> 272 </plugin>
273 </plugins> 273 </plugins>
274 </build> 274 </build>
275 </profile> 275 </profile>
276 <profile> 276 <profile>
277 <id>unit-tests</id> 277 <id>unit-tests</id>
278 <dependencies> 278 <dependencies>
279 <dependency> 279 <dependency>
280 <groupId>junit</groupId> 280 <groupId>junit</groupId>
281 <artifactId>junit</artifactId> 281 <artifactId>junit</artifactId>
282 <version>4.10</version> 282 <version>4.10</version>
283 <scope>test</scope> 283 <scope>test</scope>
286 <groupId>org.jboss.resteasy</groupId> 286 <groupId>org.jboss.resteasy</groupId>
287 <artifactId>resteasy-jaxrs</artifactId> 287 <artifactId>resteasy-jaxrs</artifactId>
288 <version>2.2.2.GA</version> 288 <version>2.2.2.GA</version>
289 </dependency> 289 </dependency>
290 <dependency> 290 <dependency>
291 <groupId>org.apache.httpcomponents</groupId> 291 <groupId>org.apache.httpcomponents</groupId>
292 <artifactId>httpcore</artifactId> 292 <artifactId>httpcore</artifactId>
293 <version>4.1.4</version> 293 <version>4.1.4</version>
294 </dependency> 294 </dependency>
295 </dependencies> 295 </dependencies>
296 </profile> 296 </profile>
297 </profiles> 297 </profiles>
298 </project> 298 </project>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)