Re: Bad dependency

2007-10-12 Thread Grzegorz Słowikowski
Hi There are two artifacts, both with classifiers. Your declaration should look like: org.testng testng 5.1 jdk14 test or org.testng testng 5.1 jdk15 test Greetings Grzegorz Slowikowski José Pacheco pisze: Hello all, I’m using testng version 5.1 in o

Re: Bad dependency

2007-10-08 Thread Tim Kettler
Hi, this is more a user question than a developer one. José Pacheco schrieb: 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? This kind of failur

Bad dependency

2007-10-08 Thread José Pacheco
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: org.testng testng 5.1 test Regards, Jos