updated spring-integration and spring version ranges in template.mf files, and also updated spring-ws to 1.5.7.A and spring-security to 2.0.5.RELEASE

This commit is contained in:
Mark Fisher
2009-08-03 22:44:27 +00:00
parent 87f4e1f3f4
commit ee25237f0b
20 changed files with 84 additions and 84 deletions

View File

@@ -24,10 +24,10 @@
<dependency org="javax.xml.soap" name="com.springsource.javax.xml.soap" rev="1.3.0" conf="provided->runtime"/>
<dependency org="javax.xml.stream" name="com.springsource.javax.xml.stream" rev="1.0.1" conf="provided->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration.adapter" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework.ws" name="org.springframework.oxm" rev="1.5.5.A" conf="compile->runtime">
<dependency org="org.springframework.ws" name="org.springframework.oxm" rev="1.5.7.A" conf="compile->runtime">
<exclude org="org.springframework"/>
</dependency>
<dependency org="org.springframework.ws" name="org.springframework.ws" rev="1.5.5.A" conf="compile->runtime">
<dependency org="org.springframework.ws" name="org.springframework.ws" rev="1.5.7.A" conf="compile->runtime">
<exclude org="org.springframework"/>
</dependency>
<!-- test dependencies -->