diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-13 11:34:33 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-13 11:34:33 +0000 |
commit | 8d6a0c0a714ddc61ce5a3121a1ccbb8149c5b17c (patch) | |
tree | 937679d79e081d9bdb3acae52fed440bcaf37752 /archiva-modules/archiva-web/archiva-webapp-js/pom.xml | |
parent | 67ff1763005f256ccd47177f5d284d9ea4c940d9 (diff) | |
download | archiva-8d6a0c0a714ddc61ce5a3121a1ccbb8149c5b17c.tar.gz archiva-8d6a0c0a714ddc61ce5a3121a1ccbb8149c5b17c.zip |
better place for those tests which are not specific to the ui implementation (not sure we will change soon again but that's better :-))
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1384280 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-js/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-js/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml index 23d091491..84ed45085 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml @@ -797,24 +797,6 @@ </exclusions> </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-server</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-plus</artifactId> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.apache.archiva</groupId> - <artifactId>archiva-web-common</artifactId> - <classifier>tests</classifier> - <scope>test</scope> - <version>${project.version}</version> - </dependency> </dependencies> |