Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
version.commons-validator 移动到 platform fix #218
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Jul 13, 2018
1 parent ee53e84 commit 330be68
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -105,6 +105,8 @@
<!-- see in http://commons.apache.org/proper/commons-net/index.html -->
<version.commons-net>3.6</version.commons-net>

<version.commons-validator>1.6</version.commons-validator>

<!-- net.sf.json-lib -->
<version.json-lib>2.4</version.json-lib>

Expand Down Expand Up @@ -433,6 +435,13 @@
<version>${version.commons-compress}</version>
</dependency>

<!-- commons-validator -->
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>${version.commons-validator}</version>
</dependency>

<!-- net.sf.json-lib -->
<dependency>
<groupId>net.sf.json-lib</groupId>
Expand Down

0 comments on commit 330be68

Please sign in to comment.