This commit is contained in:
Arjen Poutsma
2008-07-11 10:07:49 +00:00
parent 8ee19bc467
commit e51bcc3d2a

View File

@@ -62,6 +62,7 @@
javax.activation*,
javax.jms*,
javax.mail*,
org.springframework.xml*,
org.springframework.ws*,
org.springframework*;version="2.0",
*;resolution:=optional
@@ -76,6 +77,10 @@
</build>
<dependencies>
<!-- Spring-WS dependencies -->
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-xml</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>