Removed unused jetty-server dependency

This commit is contained in:
Andrew Gaul 2021-09-19 06:48:18 +09:00 committed by Andrew Gaul
parent e8e78689e6
commit 6db1ee9d6a
1 changed files with 0 additions and 5 deletions

View File

@ -310,11 +310,6 @@
<artifactId>jetty-security</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>