Integrated changes from 1.5.9 release

This commit is contained in:
Arjen Poutsma
2010-01-29 12:45:22 +00:00
18 changed files with 105 additions and 44 deletions

View File

@@ -12,7 +12,7 @@
</typedef>
<artifact:remoteRepository id="main" url="http://repo1.maven.org/maven2/"/>
<artifact:remoteRepository id="java.net" url="https://maven-repository.dev.java.net/nonav/repository"
<artifact:remoteRepository id="java.net" url="http://download.java.net/maven/1/"
layout="legacy"/>
<artifact:remoteRepository id="spring-ext"
url="https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/"/>

View File

@@ -11,7 +11,7 @@
</typedef>
<artifact:dependencies pathId="classpath">
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.7"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.9"/>
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
</artifact:dependencies>