forked from D-Net/dnet-hadoop
added dependency commons-validator:commons-validator:1.7
This commit is contained in:
parent
288ec0b7d6
commit
4ef0f2ec26
6
pom.xml
6
pom.xml
|
@ -200,6 +200,12 @@
|
|||
<version>${dhp.commons.lang.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-validator</groupId>
|
||||
<artifactId>commons-validator</artifactId>
|
||||
<version>1.7</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.sisyphsu</groupId>
|
||||
<artifactId>dateparser</artifactId>
|
||||
|
|
Loading…
Reference in New Issue