mirror of https://github.com/apache/activemq.git
Adding spring-messaging to the artifactSet for activemq-all to be
included inside the shaded jar
(cherry picked from commit 4bd9a4ef6f
)
This commit is contained in:
parent
3dc769d1f6
commit
0dc76e02aa
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue