Author: antelder
Date: Wed Nov 19 07:48:40 2008
New Revision: 718990
URL: http://svn.apache.org/viewvc?rev=718990&view=rev
Log:
Add reqd dependency
Modified:
tuscany/java/sca/modules/host-jetty/pom.xml
Modified: tuscany/java/sca/modules/host-jetty/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/host-jetty/pom.xml?rev=718990&r1=718989&r2=718990&view=diff
==============================================================================
--- tuscany/java/sca/modules/host-jetty/pom.xml (original)
+++ tuscany/java/sca/modules/host-jetty/pom.xml Wed Nov 19 07:48:40 2008
@@ -48,6 +48,18 @@
</dependency>
<dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <version>6.1.7</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>servlet-api-2.5</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>