mirror of https://github.com/apache/activemq.git
Fix compile.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@394261 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e73fa1201a
commit
70c5073fb3
|
@ -125,6 +125,11 @@
|
|||
<artifactId>jetty</artifactId>
|
||||
<version>${jetty_version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jetty</groupId>
|
||||
<artifactId>jetty-util</artifactId>
|
||||
<version>${jetty_version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>xstream</groupId>
|
||||
|
|
Loading…
Reference in New Issue