mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 20:49:56 +08:00
build: 使用 java11+ 的 http client
This commit is contained in:
parent
e309c6aa42
commit
56c7bd7610
@ -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
Block a user