diff options
author | Maria Odea B. Ching <oching@apache.org> | 2008-05-11 03:22:48 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2008-05-11 03:22:48 +0000 |
commit | 0ad838b41047759369c23fa6ddb8e9f4b15367d0 (patch) | |
tree | 48338e4ee73776cb4ce134dbb0ed31227aa4159d /archiva-modules/archiva-web/archiva-security/pom.xml | |
parent | 5d4435ac5e58f9f3be9e7a1cc1cae9a7362dbeee (diff) | |
download | archiva-0ad838b41047759369c23fa6ddb8e9f4b15367d0.tar.gz archiva-0ad838b41047759369c23fa6ddb8e9f4b15367d0.zip |
[MRM-773]
-remove archiva-security dependency to xwork-integration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655233 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-security/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-security/pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/archiva-modules/archiva-web/archiva-security/pom.xml b/archiva-modules/archiva-web/archiva-security/pom.xml index e4ae7fc31..ff409d8ef 100644 --- a/archiva-modules/archiva-web/archiva-security/pom.xml +++ b/archiva-modules/archiva-web/archiva-security/pom.xml @@ -117,20 +117,5 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>org.codehaus.plexus.redback</groupId> - <artifactId>redback-xwork-integration</artifactId> - <exclusions> - <exclusion> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - <scope>provided</scope> - </dependency> </dependencies> </project> |