You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/04/11 02:35:19 UTC

svn commit: r393126 - /incubator/activemq/trunk/activemq-web/project.xml

Author: chirino
Date: Mon Apr 10 17:35:17 2006
New Revision: 393126

URL: http://svn.apache.org/viewcvs?rev=393126&view=rev
Log:
Fix compile.

Modified:
    incubator/activemq/trunk/activemq-web/project.xml

Modified: incubator/activemq/trunk/activemq-web/project.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web/project.xml?rev=393126&r1=393125&r2=393126&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web/project.xml (original)
+++ incubator/activemq/trunk/activemq-web/project.xml Mon Apr 10 17:35:17 2006
@@ -153,9 +153,19 @@
         <war.bundle>false</war.bundle>
       </properties>
     </dependency>
+
     <dependency>
       <groupId>jetty</groupId>
       <artifactId>jetty</artifactId>
+      <version>${jetty_version}</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>jetty</groupId>
+      <artifactId>jetty-util</artifactId>
       <version>${jetty_version}</version>
       <properties>
         <war.bundle>true</war.bundle>