423392 - GzipFilter without wrapping or blocking

Ensure servlets present for jetty-maven-plugin with test-jetty-webapp
This commit is contained in:
Jan Bartel 2013-12-19 15:27:33 +11:00
parent 801a33d367
commit f278bfd724
1 changed files with 5 additions and 0 deletions

View File

@ -124,6 +124,11 @@
<artifactId>jetty-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<configuration>
<stopPort>8087</stopPort>