I'm trying to get my DropWizard project working, but I am unable to compile it without getting a million duplicate dependency errors. The errors are caused by the Shade plugin and my com.thinkaurelius.titan plugin. Titan refuses to compile without the duplicate errors when Shade is used, so I'd like to get rid of shade.
When I try compiling my project without Shade, java is unable to find the class with my main method.
Any ideas? :)
Thanks.