diff options
author | Olivier Lamy <olamy@apache.org> | 2012-03-09 23:44:11 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-03-09 23:44:11 +0000 |
commit | 33577da0f917199c65dc2ed7951141ebcf2c5545 (patch) | |
tree | 913272c348d3f60f9326a8ff786af950eb154b5e /archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml | |
parent | 6ab573edc1057d993529aea349651c9405099155 (diff) | |
download | archiva-33577da0f917199c65dc2ed7951141ebcf2c5545.tar.gz archiva-33577da0f917199c65dc2ed7951141ebcf2c5545.zip |
add REST method to really scan repositories
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml index b0478d5a8..c2d6afd46 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml @@ -51,6 +51,11 @@ </dependency> <dependency> + <groupId>org.apache.archiva</groupId> + <artifactId>archiva-repository-scanner</artifactId> + </dependency> + + <dependency> <groupId>org.codehaus.redback</groupId> <artifactId>redback-authorization-api</artifactId> <exclusions> |