INT-772 Updated ivy.xml files to reference OXM from Spring 3 instead of Spring WS.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.6.0" conf="test->runtime"/>
|
||||
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
|
||||
<dependency org="org.springframework.integration" name="org.springframework.integration.adapter" rev="latest.integration" conf="compile->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.test" rev="3.0.0.CI-336" conf="compile->runtime"/>
|
||||
<dependency org="org.springframework" name="org.springframework.test" rev="${spring.version}" conf="compile->runtime"/>
|
||||
<dependency org="org.mockito" name="com.springsource.org.mockito" rev="1.6.0" />
|
||||
</dependencies>
|
||||
|
||||
|
||||
@@ -24,9 +24,7 @@
|
||||
<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.7.A" conf="compile->runtime">
|
||||
<exclude org="org.springframework"/>
|
||||
</dependency>
|
||||
<dependency org="org.springframework" name="org.springframework.oxm" rev="${spring.version}" 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>
|
||||
|
||||
@@ -29,10 +29,8 @@
|
||||
<dependency org="org.springframework" name="org.springframework.context" rev="${spring.version}" conf="compile->runtime"/>
|
||||
<dependency org="org.springframework" name="org.springframework.test" rev="${spring.version}" conf="test->runtime"/>
|
||||
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
|
||||
<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.oxm.java5" rev="1.5.7.A" conf="test->runtime">
|
||||
<dependency org="org.springframework" name="org.springframework.oxm" rev="${spring.version}" conf="compile->runtime"/>
|
||||
<dependency org="org.springframework.ws" name="org.springframework.xml" rev="1.5.7.A" conf="compile->runtime">
|
||||
<exclude org="org.springframework"/>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user