Hello,
I am new to dropwizard framework.
When I tried to upgrade to a new version of dropwizard and dropwizard-swagger I got many warnings on startup about missing classes on the classpath.
I have attached the log file as well as the pom.
I tried to figure out which dependencies I would have to add, but this was not 100% sucessfull.
For example javax.servlet.jsp.JspApplicationContext, this looks like a standard JRE class, so why is it not on the classpath on startup?
Thanks