mirror of https://github.com/apache/activemq.git
add spring-jms dependency to resolve cnf post https://issues.apache.org/activemq/browse/AMQ-2547 - upgrading trunk to spring 3.0.1.RELEASE
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@917645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
50dadbb877
commit
1035ac3417
|
@ -71,6 +71,11 @@
|
|||
<artifactId>spring-core</artifactId>
|
||||
<version>${spring-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jms</artifactId>
|
||||
<version>${spring-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>aopalliance</groupId>
|
||||
<artifactId>aopalliance</artifactId>
|
||||
|
|
Loading…
Reference in New Issue