Getting an error if using Apache Commons Validator:
java.lang.NoClassDefFoundError: org/apache/oro/text/perl/Perl5Util
Even if, Apache Commons Validator /dep
The newer version (1.4.0) of commons-validator has no dependency on oro anymore. Using Maven:
commons-validator commons-validator 1.4.0