diff options
author | Olivier Lamy <olamy@apache.org> | 2012-10-29 21:08:19 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-10-29 21:08:19 +0000 |
commit | e77bfa4a3c7b13520855fed790b6ecbd95f6ff59 (patch) | |
tree | c4daea769e63ada845cf1a1c053031ecfb7d4a6b /archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml | |
parent | fdfa6f2b016187a21a3462465035dc656e2645b5 (diff) | |
download | archiva-e77bfa4a3c7b13520855fed790b6ecbd95f6ff59.tar.gz archiva-e77bfa4a3c7b13520855fed790b6ecbd95f6ff59.zip |
[MRM-1704] Refactor to remove maven specific part from various repository/metadata apis
fix rest services module.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403532 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 c36541d75..01022d6d6 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 @@ -72,6 +72,11 @@ </dependency> <dependency> + <groupId>org.apache.archiva</groupId> + <artifactId>problem-reports</artifactId> + </dependency> + + <dependency> <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-authorization-api</artifactId> <exclusions> |