Mercurial > lada > lada-server
diff pom.xml @ 273:cd78ec2f7d76
Add "get" tests for L*Service.
Requires a running test server and the unit-tests profile.
author | Ludwig Reiter <ludwig@intevation.de> |
---|---|
date | Thu, 25 Jul 2013 15:50:42 +0200 |
parents | 177351d4cca9 |
children | e1d37195b92d |
line wrap: on
line diff
--- a/pom.xml Thu Jul 25 14:23:44 2013 +0200 +++ b/pom.xml Thu Jul 25 15:50:42 2013 +0200 @@ -161,7 +161,6 @@ <artifactId>arquillian-protocol-servlet</artifactId> <scope>test</scope> </dependency> - </dependencies> <build> @@ -274,6 +273,26 @@ </plugins> </build> </profile> - + <profile> + <id>unit-tests</id> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.10</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jboss.resteasy</groupId> + <artifactId>resteasy-jaxrs</artifactId> + <version>2.2.2.GA</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + <version>4.1.4</version> + </dependency> + </dependencies> + </profile> </profiles> </project>