Repository: activemq Updated Branches: refs/heads/master 29bf0d435 -> 45e37e978
https://issues.apache.org/jira/browse/AMQ-5926 Adding camel and related dependencies to the activemq-all shaded jar Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/45e37e97 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/45e37e97 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/45e37e97 Branch: refs/heads/master Commit: 45e37e97884484ba9c71ed21a19827b8271b9191 Parents: 29bf0d4 Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Thu Aug 20 16:26:22 2015 +0000 Committer: Christopher L. Shannon (cshannon) <[email protected]> Committed: Thu Aug 20 16:26:22 2015 +0000 ---------------------------------------------------------------------- activemq-all/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/45e37e97/activemq-all/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml index f05fb28..1be32bd 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>
