AMQ-4250: activemq-spring should not be dependent on spring-test at runtime.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1432401 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Claus Ibsen 2013-01-12 09:09:20 +00:00
parent 5b5bc45b17
commit 2a5d0821b1
2 changed files with 7 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<properties>
<!-- force using spring 3.1.x -->
<spring-version>3.1.2.RELEASE</spring-version>
<spring-version>3.1.3.RELEASE</spring-version>
</properties>
<dependencies>
@ -71,6 +71,11 @@
<artifactId>activemq-spring</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>

View File

@ -130,6 +130,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>