Forum Discussion
Nastya_Khovrina
Alumni
9 years agoHi Srikanth,
Thank you for your post. It seems that your POM file wasn't correct. I've modified your POM file, please see attached. Please check it once again (I tried to add all dependencies which you had).
Note that I deleted <!scope>test</scope> from this dependency:
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.9.9</version>
<!--scope>test</scope-->
</dependency>
If you still have issues, please share the output from maven.