diff options
author | Olivier Lamy <olamy@apache.org> | 2013-12-22 12:25:23 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-12-22 12:25:23 +0000 |
commit | 84bcc48e6b6f96c62c6826807794cd747afa41f6 (patch) | |
tree | 57fbc94ab2d4985cee303bbe46c207f4786ee57a /archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml | |
parent | 9f44c1ad12849f6ecda938ca09835d1f29d41660 (diff) | |
download | archiva-84bcc48e6b6f96c62c6826807794cd747afa41f6.tar.gz archiva-84bcc48e6b6f96c62c6826807794cd747afa41f6.zip |
[MRM-1750] Add remote repository health check
Add rest api
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1552981 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 | 6 |
1 files changed, 6 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 345665151..e58c40a36 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 @@ -159,6 +159,12 @@ </dependency> <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-http</artifactId> + <scope>provided</scope> + </dependency> + + <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> </dependency> |