Hi,
As this project is the central place to configure common dependencies I suggest and ask to add the mockito dependency for testing purposes. Mockito is the widely used mocking framework. http://mockito.org
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</test>
</dependency>
Regards,
Tomasz Krzysztof Zieleniewski