Added 'spring-integration-ws' to the bundles

This commit is contained in:
Mark Fisher
2008-03-28 21:27:50 +00:00
parent 53c5d1bb75
commit 8157f0783a
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
<pathelement location="../spring-integration-adapters"/>
<pathelement location="../spring-integration-samples"/>
<pathelement location="../spring-integration-test"/>
<pathelement location="../spring-integration-ws"/>
</path>
<property file="${basedir}/../build.properties"/>

View File

@@ -22,7 +22,7 @@
<dependencies>
<dependency org="com.sun.xml.soap" name="saaj-impl" rev="1.3" conf="compile->default"/>
<dependency org="javax.xml.soap" name="saaj-api" rev="1.3" conf="compile->default"/>
<dependency org="javax.xml.stream" name="stax-api" rev="1.0.1" conf="compile->default"/>
<dependency org="javax.xml" name="stax-api" rev="1.0.1" conf="compile->default"/>
<dependency org="org.junit" name="junit" rev="4.4" conf="test->default"/>
<dependency org="org.springframework.integration" name="spring-integration-adapters" rev="latest.integration" conf="compile"/>
<dependency org="org.springframework.ws" name="spring-oxm" rev="1.0.3" conf="compile->default"/>