-
Notifications
You must be signed in to change notification settings - Fork 184
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
NoSuchMethodError: org.apache.commons.lang3.StringUtils #102
Comments
Have the same problem. Any progress on this? |
I am seeing something similar however they are all warnings. There's a ton of them all simiarl to below. The common source seems to be org.reflections.Reflections. I've tried excluding org.reflections from dropwizard-swagger and specifying a different version via explicit dependency. This just started a series of rabbit holes of missing classes.
|
from here: https://groups.google.com/forum/#!topic/dropwizard-user/I0K4e0APudY |
Update to the correct api sorter configuration
These are the dependencies in my POM
The text was updated successfully, but these errors were encountered: