Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About Java 7 Support #37

Open
steelcorsy opened this issue Apr 30, 2021 · 1 comment
Open

About Java 7 Support #37

steelcorsy opened this issue Apr 30, 2021 · 1 comment

Comments

@steelcorsy
Copy link

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.

@mbigatti
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants