mirror of https://github.com/apache/archiva.git
Upgraded binder version due to injection bug in the SpringBinderXmlRpcServlet
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches@692377 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9078e52c83
commit
13bfba9ace
|
@ -894,12 +894,12 @@
|
|||
<dependency>
|
||||
<groupId>com.atlassian.xmlrpc</groupId>
|
||||
<artifactId>atlassian-xmlrpc-binder-annotations</artifactId>
|
||||
<version>0.7</version>
|
||||
<version>${binder.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.atlassian.xmlrpc</groupId>
|
||||
<artifactId>atlassian-xmlrpc-binder-server-spring</artifactId>
|
||||
<version>0.7</version>
|
||||
<version>${binder.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
@ -910,13 +910,13 @@
|
|||
<dependency>
|
||||
<groupId>com.atlassian.xmlrpc</groupId>
|
||||
<artifactId>atlassian-xmlrpc-binder</artifactId>
|
||||
<version>0.7</version>
|
||||
<version>${binder.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.atlassian.xmlrpc</groupId>
|
||||
<artifactId>atlassian-xmlrpc-binder-testing</artifactId>
|
||||
<version>0.7</version>
|
||||
<version>${binder.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -1004,6 +1004,7 @@
|
|||
<wagon.version>1.0-beta-4</wagon.version>
|
||||
<redback.version>1.0.3</redback.version>
|
||||
<jetty.version>6.1.6</jetty.version>
|
||||
<binder.version>0.8-SNAPSHOT</binder.version>
|
||||
</properties>
|
||||
<profiles>
|
||||
<profile>
|
||||
|
|
Loading…
Reference in New Issue