build: 使用 java11+ 的 http client
This commit is contained in:
parent
558091b24e
commit
49767cb59e
|
@ -321,8 +321,16 @@
|
|||
<artifactId>jakarta.activation</artifactId>
|
||||
<groupId>com.sun.activation</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>async-http-client</artifactId>
|
||||
<groupId>org.asynchttpclient</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.seleniumhq.selenium</groupId>
|
||||
<artifactId>selenium-http-jdk-client</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- 基础包 -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue