Hi,

> After upgrading to version 1.1.1 all of my mock tests didn't compile anymore, 
> because of a missing dependency to org.mockito.

That's intentional. The Mockito dependency was only accidentally Maven's 
"compile" scope and moved into the correct "test" scope with Dropwizard 1.1.0.

Dropwizard itself has no dependency on Mockito except for its internal tests.

See https://github.com/dropwizard/dropwizard/pull/1851 
<https://github.com/dropwizard/dropwizard/pull/1851> for details.

Cheers,
Jochen

-- 
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.

Reply via email to