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