This commit is contained in:
康智冬 2025-04-10 16:21:58 +08:00 committed by GitHub
commit a2de8c2715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,10 @@
<groupId>com.alibaba.datax</groupId>
<version>0.0.1-SNAPSHOT</version>
<properties>
<httpclient.version>4.4.1</httpclient.version>
</properties>
<dependencies>
<dependency>
<groupId>com.alibaba.datax</groupId>
@ -53,6 +57,13 @@
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<!-- httpclient begin -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
<!-- httpclient end -->
</dependencies>
<build>
<plugins>