You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/03/01 15:47:42 UTC

[activemq] branch master updated: [AMQ-7429] Align spring-expression version with other spring artifacts

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new cb23db5  [AMQ-7429] Align spring-expression version with other spring artifacts
     new 34d4bb8  Merge pull request #485 from jbonofre/AMQ-7429
cb23db5 is described below

commit cb23db5c5deb33b2201ba5aa13847d470c2317de
Author: jbonofre <jb...@apache.org>
AuthorDate: Sun Mar 1 13:29:33 2020 +0100

    [AMQ-7429] Align spring-expression version with other spring artifacts
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0876aa7..c35de80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -742,6 +742,11 @@
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
+        <artifactId>spring-expression</artifactId>
+        <version>${spring-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
         <artifactId>spring-jms</artifactId>
         <version>${spring-version}</version>
       </dependency>