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

This commit is contained in:
CaptainB 2022-07-02 20:34:40 +08:00
parent 8753c7e2cd
commit fb66218dfe
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<!-- http2 配置-->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-server</artifactId>
<artifactId>jetty-alpn-java-server</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>