Repository: activemq
Updated Branches:
  refs/heads/activemq-5.12.x e546d2999 -> c709831d8


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

Adding camel and related dependencies to the activemq-all shaded jar

(cherry picked from commit 45e37e97884484ba9c71ed21a19827b8271b9191)


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

Branch: refs/heads/activemq-5.12.x
Commit: c709831d8b1f8b7ef5beb654928c5d4c1616ba8c
Parents: e546d29
Author: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com>
Authored: Thu Aug 20 16:26:22 2015 +0000
Committer: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com>
Committed: Thu Aug 20 16:35:56 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/activemq/blob/c709831d/activemq-all/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml
index 2a228c0..2b7632d 100644
--- a/activemq-all/pom.xml
+++ b/activemq-all/pom.xml
@@ -126,7 +126,14 @@
                   <include>org.springframework:spring-beans</include>
                   <include>org.springframework:spring-context</include>
                   <include>org.springframework:spring-expression</include>
+                  <include>org.springframework:spring-jms</include>
+                  <include>org.springframework:spring-tx</include>
                   <include>org.apache.xbean:xbean-spring</include>
+                  <include>org.apache.camel:camel-jms</include>
+                  <include>org.apache.camel:camel-core</include>
+                  <include>org.apache.camel:camel-spring</include>
+                  <include>com.sun.xml.bind:jaxb-core</include>
+                  <include>com.sun.xml.bind:jaxb-impl</include>
                 </includes>
               </artifactSet>
 

Reply via email to