diff options
author | Olivier Lamy <olamy@apache.org> | 2013-01-15 17:55:53 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-01-15 17:55:53 +0000 |
commit | 9a014b52dccfb1fcc6890f663fe21003d23fd1e3 (patch) | |
tree | 713d5ff7278c4bbae7c12a7737006ea478d0bf30 /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | e0bd11b5481eaeddab3585a5e59136d14e30df69 (diff) | |
download | archiva-9a014b52dccfb1fcc6890f663fe21003d23fd1e3.tar.gz archiva-9a014b52dccfb1fcc6890f663fe21003d23fd1e3.zip |
use our own RBACManager to be able to configure dynamically real impls used
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1433553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index ab512a18c..68fa8a15d 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -642,6 +642,11 @@ <dependency> <groupId>org.apache.archiva.redback</groupId> + <artifactId>redback-rbac-ldap</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-rest-services</artifactId> </dependency> <dependency> |