I'm having errors when run maven package
ExampleAuthenticator.java:[7,26] cannot find symbol symbol: class Sets location: package io.dropwizard.util and tasks.EchoTask is not abstract and does not override abstract method execute (com.google.common.collect.ImmutableMultimap<java.lang.String,java.lang. String>,java.lang.String,java.io.PrintWriter) in io.dropwizard.servlets. tasks.PostBodyTask After some investigation I found out that dropwizard-util resolved by Maven is difference with the respective content on GitHub I also try to look at https: //oss.sonatype.org/content/repositories/snapshots/io/dropwizard/dropwizard-util/ but there is no 1.3.5 version Because of these issues, the dropwizard-example project can not compile if it stands alone -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
