Hi guys After upgrading to version 1.1.1 all of my mock tests didn't compile anymore, because of a missing dependency to org.mockito.
I was able to fix it with a separate dependency: dependencies { testCompile('org.mockito:mockito-core:2.7.12') testCompile('io.dropwizard:dropwizard-testing:1.1.1' ) } But I'd like to have dropwizard to manage this dependency for me. Is there any other solution? Best regards Claudio -- You received this message because you are subscribed to the Google Groups "dropwizard-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to dropwizard-dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.