mirror of https://github.com/apache/activemq.git
fix for https://issues.apache.org/activemq/browse/AMQ-2097 - missing jar dependency for activemq-xmpp
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@760045 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b896467146
commit
69946d9805
|
@ -190,6 +190,7 @@
|
|||
<include>com.thoughtworks.xstream:xstream</include>
|
||||
<include>xmlpull:xmlpull</include>
|
||||
<include>org.apache.hadoop.zookeeper:zookeeper</include>
|
||||
<include>org.codehaus.woodstox:wstx-asl</include>
|
||||
</includes>
|
||||
</dependencySet>
|
||||
<dependencySet>
|
||||
|
|
Loading…
Reference in New Issue