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

This commit is contained in:
CaptainB 2022-07-02 20:19:52 +08:00 committed by 刘瑞斌
parent 7546a7ea2b
commit 8753c7e2cd
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@
<artifactId>spring-boot-starter-jetty</artifactId>
</dependency>
<!-- http2 配置-->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-server</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-conscrypt-server</artifactId>