mirror of https://github.com/apache/activemq.git
Merge pull request #485 from jbonofre/AMQ-7429
[AMQ-7429] Align spring-expression version with other spring artifacts
This commit is contained in:
commit
34d4bb8c82
5
pom.xml
5
pom.xml
|
@ -740,6 +740,11 @@
|
|||
<artifactId>spring-core</artifactId>
|
||||
<version>${spring-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-expression</artifactId>
|
||||
<version>${spring-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jms</artifactId>
|
||||
|
|
Loading…
Reference in New Issue