Adding camel and related dependencies to the activemq-all shaded jar
This commit is contained in:
Christopher L. Shannon (cshannon) 2015-08-20 16:26:22 +00:00
parent 29bf0d4359
commit 45e37e9788
1 changed files with 7 additions and 0 deletions

View File

@ -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>