396474 add websocket server classes to jetty-maven-plugin classpath

This commit is contained in:
Jan Bartel 2012-12-13 19:58:21 +11:00
parent f6e5e547f0
commit b819c07cc9
1 changed files with 4 additions and 4 deletions

View File

@ -112,11 +112,11 @@
<artifactId>jetty-annotations</artifactId>
<version>${project.version}</version>
</dependency>
<!--dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-websocket</artifactId>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-server</artifactId>
<version>${project.version}</version>
</dependency-->
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jsp</artifactId>