Commit 63e222b6 by chenweitao

commons-lang3包版本升级

parent bc015676
......@@ -13,6 +13,7 @@
<spring.version>4.2.2.RELEASE</spring.version>
<log4j.version>2.15.0</log4j.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
</properties>
<developers>
......@@ -55,6 +56,12 @@
<version>0.0.8.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
<!-- <scope>provided</scope>-->
</dependency>
<dependency>
<groupId>com.zhiwei.crawler</groupId>
<artifactId>proxy-client</artifactId>
<version>1.1.5-SNAPSHOT</version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment