Fix compile.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@393126 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-04-11 00:35:17 +00:00
parent a2ae3a9f8a
commit ad612f59d0
1 changed files with 10 additions and 0 deletions

View File

@ -153,6 +153,7 @@
<war.bundle>false</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>jetty</groupId>
<artifactId>jetty</artifactId>
@ -162,6 +163,15 @@
</properties>
</dependency>
<dependency>
<groupId>jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>${jetty_version}</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
</dependencies>
<build>