392237 Make rfc2616 webapp work in jetty-9

This commit is contained in:
Jan Bartel 2012-10-29 15:53:51 +11:00
parent d1dfc56e04
commit ec089948fb
2 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,11 @@
<artifactId>jetty-continuation</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>

View File

@ -412,6 +412,7 @@
<module>jetty-rewrite</module>
<module>jetty-nosql</module>
<module>tests/test-sessions</module>
<module>tests/test-webapps</module>
<!-- modules that need fixed and added back, or simply dropped and not maintained
<module>tests</module>