fix class format issue with jetty 10

This commit is contained in:
Eric Vergnaud 2019-07-14 11:14:36 +08:00
parent 9b32885e21
commit 72a33f8788
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>[9.3.24.v20180605,)</version>
<!-- stick to version 9 for jdk compatibility -->
<version>9.4.19.v20190610</version>
<scope>test</scope>
</dependency>
<dependency>