mirror of https://github.com/apache/activemq.git
Adding camel and related dependencies to the activemq-all shaded jar
This commit is contained in:
parent
29bf0d4359
commit
45e37e9788
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue