moved spring-ws dep out of test scope

This commit is contained in:
Mark Fisher
2010-06-25 16:09:17 +00:00
parent f617c0e678
commit 529a5e53ec

View File

@@ -49,13 +49,12 @@
<artifactId>spring-integration-xml</artifactId>
<version>${project.version}</version>
</dependency>
<!-- test-scoped dependencies -->
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-ws</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<!-- test-scoped dependencies -->
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>