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:
Hiram R. Chirino 2006-04-15 05:37:06 +00:00
parent e73fa1201a
commit 70c5073fb3
1 changed files with 5 additions and 0 deletions

View File

@ -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>