mirror of https://github.com/apache/activemq.git
Fixed TwoBrokerTopicSendReceiveUsingHttpTest test.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@393569 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
52ee976ec8
commit
3e69e735b0
|
@ -153,6 +153,14 @@
|
|||
<optional>true</optional>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jetty</groupId>
|
||||
<artifactId>jetty-util</artifactId>
|
||||
<version>${jetty_version}</version>
|
||||
<properties>
|
||||
<optional>true</optional>
|
||||
</properties>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>jrms</groupId>
|
||||
|
|
Loading…
Reference in New Issue