I think there's a typo in latest CVS tacos4/pom.xml (Mar30 21:22 EST)

           <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <version>4.7</version>
            <classifier>jdk15</classifier>
         </dependency>

maven repos lists testng at version 4.4.7.  Simply fixing the pom didn't seem to
clear the error, I'm a maven n00b so I downloaded and hacked it as such:

           <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <version>4.4.7</version>
            <classifier>jdk15</classifier>
            <scope>system</scope>
            <systemPath>
               ${basedir}/../ext/testng-4.4.7-jdk15.jar
            </systemPath>
         </dependency>



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to