aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-08-18 09:49:20 +0000
committerOlivier Lamy <olamy@apache.org>2011-08-18 09:49:20 +0000
commitd85c1890d7396288719de1e4fb0ee9314f8e1193 (patch)
tree29b064b06755aa9fdad6d543a14c63e536cf9895 /pom.xml
parent7a7f59aac5f0d2dbc805f841eaf537568746eb60 (diff)
downloadarchiva-d85c1890d7396288719de1e4fb0ee9314f8e1193.tar.gz
archiva-d85c1890d7396288719de1e4fb0ee9314f8e1193.zip
[MRM-1490] Expose archiva services trough rest
add the configuration in webapp module to expose it git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 12 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index dbceb1479..76e4d704f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -761,7 +761,6 @@
<groupId>org.codehaus.redback</groupId>
<artifactId>redback-keys-memory</artifactId>
<version>${redback.version}</version>
- <scope>test</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -884,6 +883,12 @@
<groupId>org.codehaus.redback</groupId>
<artifactId>redback-rest-services</artifactId>
<version>${redback.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
@@ -895,12 +900,12 @@
<groupId>org.codehaus.redback</groupId>
<artifactId>redback-authentication-api</artifactId>
<version>${redback.version}</version>
- <exclusions>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- redback components -->