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