build: 由于代码中有webdriver使用了jetty,我们这里去掉undertow,使用jetty来作为web容器
This commit is contained in:
parent
7546a7ea2b
commit
8753c7e2cd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue