From 52d4a32b5cc067202176d69db48f0a1eb7c60193 Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Thu, 2 Apr 2009 00:44:32 +0000 Subject: [PATCH] Fix import statement git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@83 7e9141cc-0065-0410-87d8-b60c137991c4 --- jetty-continuation/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jetty-continuation/pom.xml b/jetty-continuation/pom.xml index 2224b743d08..f67db33239a 100644 --- a/jetty-continuation/pom.xml +++ b/jetty-continuation/pom.xml @@ -20,6 +20,11 @@ manifest + + + javax.servlet.*;version=2.5,* + +