Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-06-08 01:09:17 +0000
committerGreg Wilkins2009-06-08 01:09:17 +0000
commitc8f300bc52d65cfa21f3a9a00b979dde041cd634 (patch)
treeb645e48ee1ecce0a889c6c2879568f822611e4a9 /test-continuation/pom.xml
parent8ef8fab8b539d62dedb18ac7c4c8c25a723e90b1 (diff)
downloadorg.eclipse.jetty.project-c8f300bc52d65cfa21f3a9a00b979dde041cd634.tar.gz
org.eclipse.jetty.project-c8f300bc52d65cfa21f3a9a00b979dde041cd634.tar.xz
org.eclipse.jetty.project-c8f300bc52d65cfa21f3a9a00b979dde041cd634.zip
continuations only support response wrapping
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@335 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'test-continuation/pom.xml')
-rw-r--r--test-continuation/pom.xml17
1 files changed, 2 insertions, 15 deletions
diff --git a/test-continuation/pom.xml b/test-continuation/pom.xml
index 15fd824e96..61bbe0f55c 100644
--- a/test-continuation/pom.xml
+++ b/test-continuation/pom.xml
@@ -15,26 +15,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <scope>test</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>${project.version}</version>
- <scope>test</scope>
+ <scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty</artifactId>
- <version>6.1.18</version>
- <type>jar</type>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <artifactId>servlet-api-2.5</artifactId>
- <groupId>org.mortbay.jetty</groupId>
- </exclusion>
- </exclusions>
- </dependency>
</dependencies>
</project>

Back to the top