Fix Build failure
The build is failing in m16 due to below error java.lang.NoClassDefFoundError: Could not initialize class org.mockito.Mockito
In m16 the surefire plugin is added which was not present in m14. Updated the version of plugin fixed the issue