diff options
author | Olivier Lamy <olamy@apache.org> | 2011-08-10 19:17:50 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-08-10 19:17:50 +0000 |
commit | f4a130e2c5cc710f87044b62f5c020700c1b8fe1 (patch) | |
tree | f33ce9c558ecad733e2104da34541e4603e42ed3 /pom.xml | |
parent | b36ed8a621faaa15a9945fc9812a8572bc2cc4c4 (diff) | |
download | archiva-f4a130e2c5cc710f87044b62f5c020700c1b8fe1.tar.gz archiva-f4a130e2c5cc710f87044b62f5c020700c1b8fe1.zip |
[MRM-1481] Ability to do user management through xmlrpc
Submitted by Maria Catherine Tan
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1156322 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -820,6 +820,16 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.codehaus.redback</groupId> + <artifactId>redback-xmlrpc-services</artifactId> + <version>${redback.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.redback</groupId> + <artifactId>redback-xmlrpc-security</artifactId> + <version>${redback.version}</version> + </dependency> <!-- redback --> |