Hello all,

 

I’m using testng version 5.1 in one project, but maven says that can not
find the dependency, and I now the dependency is available in mvn
repository.

How can I solve the problem?

 

The declaration is as follows:

<dependency>

    <groupId>org.testng</groupId>

    <artifactId>testng</artifactId>

    <version>5.1</version>

    <scope>test</scope>

</dependency>

 

Regards,

José Pacheco.

Reply via email to