build: 由于代码中有webdriver使用了jetty,我们这里去掉undertow,使用jetty来作为web容器

This commit is contained in:
CaptainB 2022-07-02 20:39:35 +08:00
parent fb66218dfe
commit 89f3054cb3
1 changed files with 0 additions and 4 deletions

View File

@ -72,10 +72,6 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-java-server</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-conscrypt-server</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-server</artifactId>