I am trying to follow this tutorial to create DropWizard views. However, when I try to addBundle(new ViewBundle()), it fails to find (or import) ViewBundle. What am I missing here?
I am trying to follow this tutorial to create DropWizard views. However, when I
Share
The dependency
dropwizard-viewswas missing in my maven pom file. Adding the dependency solved the issue.