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:48:22 UTC

[activemq] branch activemq-5.15.x 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 activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
     new ea7cc34  [AMQ-7429] Align spring-expression version with other spring artifacts
ea7cc34 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 42359ea..72d2393 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>