Mercurial > lada > lada-server
changeset 319:e125bbe98014
Removed dependencies from build target.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 23 Aug 2013 11:30:56 +0200 |
parents | fab1e6c74044 |
children | 6621f7345c06 |
files | pom.xml |
diffstat | 1 files changed, 0 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/pom.xml Fri Aug 23 11:29:08 2013 +0200 +++ b/pom.xml Fri Aug 23 11:30:56 2013 +0200 @@ -243,23 +243,6 @@ <activation> <activeByDefault>true</activeByDefault> </activation> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.10</version> - </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> <build> <plugins> <plugin>