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

Missing explicit dependency on commons-lang for hawtjni-generator #58

Open
ebourg opened this issue Jul 18, 2019 · 1 comment
Open

Missing explicit dependency on commons-lang for hawtjni-generator #58

ebourg opened this issue Jul 18, 2019 · 1 comment

Comments

@ebourg
Copy link

ebourg commented Jul 18, 2019

Hi,

The ReflectField class in the hawtjni-generator module uses the StringUtils class from commons-lang but the pom doesn't declare an explicit dependency on it, it's just pulled as a transitive dependency through commons-cli 1.0 (note that recent versions of commons-cli dropped this dependency, so having an explicit dependency on commons-lang will be necessary to upgrade or replace commons-cli).

@gnodet
Copy link
Member

gnodet commented May 5, 2020

Would you mind creating a PR for that ?

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