added test scope for the spring-oxm dependency

This commit is contained in:
Mark Fisher
2010-07-13 14:18:19 +00:00
parent f93fb31b17
commit 8b4438f567

View File

@@ -31,10 +31,6 @@
<artifactId>spring-integration-core</artifactId>
</dependency>
<!-- test-scoped dependencies -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -43,6 +39,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>