Mercurial > lada > lada-server
changeset 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 | 58cecc86c454 |
children | 96bd52f7fb96 |
files | pom.xml |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pom.xml Fri Aug 09 12:06:12 2013 +0200 +++ b/pom.xml Fri Aug 09 12:06:58 2013 +0200 @@ -146,6 +146,18 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.jboss.resteasy</groupId> + <artifactId>resteasy-jaxrs</artifactId> + <version>2.2.2.GA</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + <version>4.1.4</version> + <scope>test</scope> + </dependency> <!-- Optional, but highly recommended --> <!-- Arquillian allows you to test enterprise code such as EJBs and