Fixing build on windows, requires Xalan on the classpath for some reason.

This commit is contained in:
Arjen Poutsma
2007-02-16 12:40:11 +00:00
parent 7953f45e6a
commit 1fa56b03e6
2 changed files with 22 additions and 15 deletions

View File

@@ -28,6 +28,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
</dependency>
<!-- XML handling dependencies -->
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<scope>test</scope>
</dependency>
<!-- SOAP dependencies -->
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>