Removed unnecessary eclipse jetty server dep; fixes gh-1244

This commit is contained in:
Marcin Grzejszczak
2019-10-24 11:41:08 +02:00
parent 2279809acf
commit f2bdf0e0d9
2 changed files with 2 additions and 7 deletions

View File

@@ -81,10 +81,6 @@
<artifactId>javax.servlet-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>