新增httpclient依赖
This commit is contained in:
parent
683b6e74a2
commit
5fe82f38d4
@ -127,6 +127,14 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<!-- dom4j end -->
|
<!-- dom4j end -->
|
||||||
|
|
||||||
|
<!-- http client start -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
<artifactId>httpclient</artifactId>
|
||||||
|
<version>${httpclient.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<!-- http client end -->
|
||||||
|
|
||||||
<!-- wgink start -->
|
<!-- wgink start -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ink.wgink</groupId>
|
<groupId>ink.wgink</groupId>
|
||||||
|
9
pom.xml
9
pom.xml
@ -67,6 +67,7 @@
|
|||||||
<common-codec.version>1.12</common-codec.version>
|
<common-codec.version>1.12</common-codec.version>
|
||||||
<common-compress>1.18</common-compress>
|
<common-compress>1.18</common-compress>
|
||||||
<common-beanutils.version>1.9.4</common-beanutils.version>
|
<common-beanutils.version>1.9.4</common-beanutils.version>
|
||||||
|
<httpclient.version>4.5.13</httpclient.version>
|
||||||
<saaj.version>1.3.18</saaj.version>
|
<saaj.version>1.3.18</saaj.version>
|
||||||
<zxing.version>3.3.3</zxing.version>
|
<zxing.version>3.3.3</zxing.version>
|
||||||
<pingyin4j.version>2.5.1</pingyin4j.version>
|
<pingyin4j.version>2.5.1</pingyin4j.version>
|
||||||
@ -437,6 +438,14 @@
|
|||||||
<version>${slf4j.version}</version>
|
<version>${slf4j.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- slf4j end -->
|
<!-- slf4j end -->
|
||||||
|
|
||||||
|
<!-- http client start -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
<artifactId>httpclient</artifactId>
|
||||||
|
<version>${httpclient.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<!-- http client end -->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user