diff options
author | Olivier Lamy <olamy@apache.org> | 2013-01-15 14:06:14 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-01-15 14:06:14 +0000 |
commit | 789baa01efa17ce137332e2d4f7892710ccefd81 (patch) | |
tree | bfbb6026b1e4c7c2063399b83b1e8a2a0eb4b3f4 /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | cec280820b45be7f084c2e0c20daa0a3af436fcc (diff) | |
download | archiva-789baa01efa17ce137332e2d4f7892710ccefd81.tar.gz archiva-789baa01efa17ce137332e2d4f7892710ccefd81.zip |
remove redback-authorization-ldap
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1433425 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 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index d7f2949fe..ab512a18c 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -671,16 +671,6 @@ <artifactId>redback-integrations-security</artifactId> </dependency> <dependency> - <groupId>org.apache.archiva.redback</groupId> - <artifactId>redback-authorization-ldap</artifactId> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <scope>provided</scope> |