Getting an error if using Apache Commons Validator:
java.lang.NoClassDefFoundError: org/apache/oro/text/perl/Perl5Util
Even if, Apache Commons Validator /dep
Apparently you're using something that requires that class.
Compiler wins over documentation.