Hello Team, Created munit from APIkit router ,while running a mule maven project along with munit, I am facing Failed to execute goal com.mulesoft.munit.tools:munit-maven-plugin:1.3.2:test (test) error ,without munit I can able to run the project successfully. My Studio version : 6.2.5 Mule runtime : 3.8.4 ,
Munit POM config
<mule.version>3.8.4</mule.version>
<mule.tools.version>1.2</mule.tools.version>
<munit.version>1.3.2</munit.version>
<mule.munit.support.version>3.8.3</mule.munit.support.version>