mirror of https://github.com/apache/activemq.git
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:
parent
5b5bc45b17
commit
2a5d0821b1
|
@ -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>
|
||||
|
|
|
@ -130,6 +130,7 @@
|
|||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
|
|
Loading…
Reference in New Issue