aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2011-08-02 02:35:47 +0000
committerMaria Odea B. Ching <oching@apache.org>2011-08-02 02:35:47 +0000
commit8391b7c4d759e533e9482935fd66b0214504b8b4 (patch)
tree975e8585133d00bc04a8ed5b3c09f2f28dacb1b4 /pom.xml
parent1e8ff1265f039b0c3dd9946848539023009b6c46 (diff)
downloadarchiva-8391b7c4d759e533e9482935fd66b0214504b8b4.tar.gz
archiva-8391b7c4d759e533e9482935fd66b0214504b8b4.zip
[MRM-1484] Upgrade Atlassian XMLRPC binder to 0.11 to get fix for multi-threading issue in Aapache XMLRPC 3.1.1+
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1153002 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index abcd38c1e..74f2f1556 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
<redback.version>1.3-SNAPSHOT</redback.version>
<jetty.version>6.1.19</jetty.version>
<slf4j.version>1.6.1</slf4j.version>
- <binder.version>0.9</binder.version>
+ <binder.version>0.11</binder.version>
<spring.version>3.0.5.RELEASE</spring.version>
<jackrabbit.version>2.3-SNAPSHOT</jackrabbit.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -982,6 +982,17 @@
<version>${binder.version}</version>
</dependency>
<dependency>
+ <groupId>com.atlassian.xmlrpc</groupId>
+ <artifactId>atlassian-xmlrpc-binder-client-apache</artifactId>
+ <version>${binder.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.3.1</version>