diff options
author | Maria Odea B. Ching <oching@apache.org> | 2008-09-17 09:34:02 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2008-09-17 09:34:02 +0000 |
commit | ee6903c37fda6fac6f4a360d43a33350df4496ab (patch) | |
tree | ac1eb74f7ac91dfe520f6cd888c708b0cd0f1cea /archiva-modules/archiva-web/archiva-security | |
parent | d0771be5634063d8e5634465e15a6f91c92089a5 (diff) | |
download | archiva-ee6903c37fda6fac6f4a360d43a33350df4496ab.tar.gz archiva-ee6903c37fda6fac6f4a360d43a33350df4496ab.zip |
upgrade redback to 1.1
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@696219 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-security')
-rw-r--r-- | archiva-modules/archiva-web/archiva-security/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/archiva-modules/archiva-web/archiva-security/pom.xml b/archiva-modules/archiva-web/archiva-security/pom.xml index a5da9f400..e61b0b47b 100644 --- a/archiva-modules/archiva-web/archiva-security/pom.xml +++ b/archiva-modules/archiva-web/archiva-security/pom.xml @@ -43,35 +43,35 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.codehaus.plexus.redback</groupId> + <groupId>org.codehaus.redback</groupId> <artifactId>redback-system</artifactId> </dependency> <dependency> - <groupId>org.codehaus.plexus.redback</groupId> + <groupId>org.codehaus.redback</groupId> <artifactId>redback-rbac-model</artifactId> </dependency> <dependency> - <groupId>org.codehaus.plexus.redback</groupId> + <groupId>org.codehaus.redback</groupId> <artifactId>redback-rbac-role-manager</artifactId> </dependency> <!-- Test Scoped --> <dependency> - <groupId>org.codehaus.plexus.redback</groupId> + <groupId>org.codehaus.redback</groupId> <artifactId>redback-authorization-rbac</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>org.codehaus.plexus.redback</groupId> + <groupId>org.codehaus.redback</groupId> <artifactId>redback-keys-memory</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>org.codehaus.plexus.redback</groupId> + <groupId>org.codehaus.redback</groupId> <artifactId>redback-users-memory</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>org.codehaus.plexus.redback</groupId> + <groupId>org.codehaus.redback</groupId> <artifactId>redback-rbac-memory</artifactId> <scope>test</scope> </dependency> |