diff options
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 30e2ab252..377bfdf98 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -226,6 +226,16 @@ <groupId>org.codehaus.redback</groupId> <artifactId>redback-common-integrations</artifactId> </dependency> + <dependency> + <groupId>org.codehaus.redback</groupId> + <artifactId>redback-xmlrpc-services</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.codehaus.redback</groupId> + <artifactId>redback-xmlrpc-security</artifactId> + <scope>runtime</scope> + </dependency> <!-- Other dependencies --> <dependency> <groupId>org.apache.archiva</groupId> |