Added 'spring-integration-ws' to the bundles
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user