mirror of https://github.com/apache/activemq.git
Rolled back upgrade to spring-2.0 as my mvn2 build was confusing me into thinking it actually works :(
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411776 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
90fca6a3a4
commit
ce6e1b4945
5
pom.xml
5
pom.xml
|
@ -377,7 +377,10 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring</artifactId>
|
<artifactId>spring</artifactId>
|
||||||
|
<!--
|
||||||
<version>2.0-M5</version>
|
<version>2.0-M5</version>
|
||||||
|
-->
|
||||||
|
<version>1.2.8</version>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -825,4 +828,4 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue