vdmeer / asciitable

Several implementations of a text table, originally using ASCII and UTF-8 characters for borders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Java 7 Support

steelcorsy opened this issue · comments

I am getting this error:

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lang3/builder/ToStringBuilder at de.vandermeer.asciitable.v2.row.RuleRow.toString(RuleRow.java:101) at de.vandermeer.asciitable.v2.row.RuleRow.toString(RuleRow.java:109)

I have Commons Lang 2.6, this library requires 3, then, its requiere java 8.
Am I forgetting something?

Thanks.

Hi @steelcorsy. As I can see from the dependency tree in Maven Repository this version of AsciiTable requires Commons Lang 3. I think there is nothing to do unless the developer release another version with different dependencies.