update maven POMs to support compilation and running of tests

This commit is contained in:
Mark Pollack
2009-03-27 07:08:31 +00:00
parent f17a43a5ea
commit d3698fdc5c

View File

@@ -73,13 +73,13 @@
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm-tiger</artifactId>
<version>1.5.5</version>
<scope>compile</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm</artifactId>
<version>1.5.5</version>
<scope>test</scope>
<scope>compile</scope>
</dependency>
</dependencies>
<build>