aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-08-10 19:17:50 +0000
committerOlivier Lamy <olamy@apache.org>2011-08-10 19:17:50 +0000
commitf4a130e2c5cc710f87044b62f5c020700c1b8fe1 (patch)
treef33ce9c558ecad733e2104da34541e4603e42ed3 /pom.xml
parentb36ed8a621faaa15a9945fc9812a8572bc2cc4c4 (diff)
downloadarchiva-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.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 427460719..f944fb288 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->