diff options
author | Olivier Lamy <olamy@apache.org> | 2013-12-22 12:25:43 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-12-22 12:25:43 +0000 |
commit | 0c9fab3b3bc6d439e1660a8e1ef06b85de8889b9 (patch) | |
tree | 6642e09a08b4a1d6850888705b577f815cb37b5f /archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml | |
parent | 84bcc48e6b6f96c62c6826807794cd747afa41f6 (diff) | |
download | archiva-0c9fab3b3bc6d439e1660a8e1ef06b85de8889b9.tar.gz archiva-0c9fab3b3bc6d439e1660a8e1ef06b85de8889b9.zip |
[MRM-1750] Add remote repository health check
add unit test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1552982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index e58c40a36..99e37c8ee 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -402,18 +402,26 @@ <version>${tomcat7Version}</version> <scope>test</scope> </dependency> + <!-- <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-servlet-api</artifactId> <version>${tomcat7Version}</version> <scope>provided</scope> </dependency> + --> <dependency> <groupId>org.apache.archiva</groupId> <artifactId>archiva-metadata-consumer</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + <scope>provided</scope> + </dependency> + </dependencies> <build> |