Fix #1984 unused jetty-client dependency

This commit is contained in:
Greg Wilkins 2017-11-21 14:18:59 +01:00
parent fab4b95925
commit f3041b783e
1 changed files with 0 additions and 5 deletions

View File

@ -34,11 +34,6 @@
<artifactId>jetty-server</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>