remove module

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1429036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-01-04 19:00:41 +00:00
parent dd699e40f2
commit 55720b9ce6
3 changed files with 1 additions and 7 deletions

View File

@ -277,11 +277,6 @@
<artifactId>redback-rbac-jdo</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-ldap</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-role-manager</artifactId>

View File

@ -42,7 +42,7 @@
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-ldap</artifactId>
<artifactId>redback-common-ldap</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>

View File

@ -31,6 +31,5 @@
<module>redback-rbac-jdo</module>
<module>redback-rbac-memory</module>
<module>redback-rbac-cached</module>
<module>redback-rbac-ldap</module>
</modules>
</project>