diff options
author | Olivier Lamy <olamy@apache.org> | 2011-09-15 17:37:35 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-09-15 17:37:35 +0000 |
commit | 44ebf70e2df5fa1fb050b85715edd729a75253e8 (patch) | |
tree | 2d91a079117423580312dcecee0c921696568e79 /archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml | |
parent | c8ef0abdec0e4943b190224eea849b1656e59e6f (diff) | |
download | archiva-44ebf70e2df5fa1fb050b85715edd729a75253e8.tar.gz archiva-44ebf70e2df5fa1fb050b85715edd729a75253e8.zip |
[MRM-1520] remove duplicate beans : fix for ManagedRepositoryAdmin
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171190 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 | 6 |
1 files changed, 6 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 79d833ea1..e049f0af7 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 @@ -35,6 +35,12 @@ </dependency> <dependency> + <groupId>org.apache.archiva</groupId> + <artifactId>archiva-repository-admin-api</artifactId> + + </dependency> + + <dependency> <groupId>org.codehaus.redback</groupId> <artifactId>redback-authorization-api</artifactId> <exclusions> |