Commit 3f14dd0a by chenweitao

Merge branch 'working' into 'master'

commons-lang3包版本升级

See merge request !188
parents c4cfb0dc 63e222b6
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<spring.version>4.2.2.RELEASE</spring.version> <spring.version>4.2.2.RELEASE</spring.version>
<log4j.version>2.15.0</log4j.version> <log4j.version>2.15.0</log4j.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
</properties> </properties>
<developers> <developers>
...@@ -55,6 +56,12 @@ ...@@ -55,6 +56,12 @@
<version>0.0.8.2-SNAPSHOT</version> <version>0.0.8.2-SNAPSHOT</version>
</dependency> </dependency>
<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> <groupId>com.zhiwei.crawler</groupId>
<artifactId>proxy-client</artifactId> <artifactId>proxy-client</artifactId>
<version>1.1.5-SNAPSHOT</version> <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