Author: lischke
Date: Mon Jan 31 09:58:27 2005
New Revision: 149275

URL: http://svn.apache.org/viewcvs?view=rev&rev=149275
Log:
added jetty dependency

Modified:
    incubator/hermes/trunk/project.xml

Modified: incubator/hermes/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/incubator/hermes/trunk/project.xml?view=diff&r1=149274&r2=149275
==============================================================================
--- incubator/hermes/trunk/project.xml (original)
+++ incubator/hermes/trunk/project.xml Mon Jan 31 09:58:27 2005
@@ -422,6 +422,18 @@
                 <usage>efficient parallel XPath Filtering</usage>
             </properties>
         </dependency>    
+
+
+        <dependency>
+            <groupId>jetty</groupId>
+            <artifactId>org.mortbay.jetty</artifactId>
+            <version>4.2.22</version>
+            <url>http://jetty.mortbay.org/</url>
+            <properties>
+                <war.bundle>false</war.bundle>
+                <usage>for the JettyAxisServer in the Application</usage>
+            </properties>
+        </dependency>    
     </dependencies>
     
     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to