SWS-544 - Add test framework for Spring WS client

This commit is contained in:
Arjen Poutsma
2010-07-09 12:48:25 +00:00
parent f770046c99
commit 33ec9eedb6
23 changed files with 1622 additions and 0 deletions

View File

@@ -49,5 +49,9 @@
<artifactId>xmlunit</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
</dependencies>
</project>