Skip to content

Fix Build failure

Aayushi Jain requested to merge buildfailure-fix into azure/m16-master

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

Merge request reports