You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2016/03/14 17:59:04 UTC

activemq git commit: https://issues.apache.org/jira/browse/AMQ-6212

Repository: activemq
Updated Branches:
  refs/heads/master a4c748883 -> 4bd9a4ef6


https://issues.apache.org/jira/browse/AMQ-6212

Adding spring-messaging to the artifactSet for activemq-all to be
included inside the shaded jar


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/4bd9a4ef
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/4bd9a4ef
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/4bd9a4ef

Branch: refs/heads/master
Commit: 4bd9a4ef6f29399ebde61275db75cf8d5d323ffc
Parents: a4c7488
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Authored: Mon Mar 14 16:58:14 2016 +0000
Committer: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Committed: Mon Mar 14 16:58:14 2016 +0000

----------------------------------------------------------------------
 activemq-all/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/4bd9a4ef/activemq-all/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml
index c3f0519..e48f2de 100644
--- a/activemq-all/pom.xml
+++ b/activemq-all/pom.xml
@@ -127,6 +127,7 @@
                   <include>org.springframework:spring-context</include>
                   <include>org.springframework:spring-expression</include>
                   <include>org.springframework:spring-jms</include>
+                  <include>org.springframework:spring-messaging</include>
                   <include>org.springframework:spring-tx</include>
                   <include>org.apache.xbean:xbean-spring</include>
                   <include>org.apache.camel:camel-jms</include>