hi @BhanuMa,I've a few questions:Are you possibly using classes intended for JUnit testing within your regular code? If so, you should replace them with classes from a different package or jar.<scope>test</scope>to the dependency and remove the embed, though.From your Sonar message, the embedded jar...