thomas2004 wrote:
>
> I need the "testng-5.8-jdk15.jar" in my program and I find it under:
> http://mirrors.ibiblio.org/pub/mirrors/maven2/org/testng/testng/5.8/
>
I tried the following in Eclipse and worked fine
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.8</version>
<type>jar</type>
<classifier>jdk15</classifier>
<scope>compile</scope>
</dependency>
although this was from the central repository.
http://repo1.maven.org/maven2.
I hope it helps.
Inbroker
--
View this message in context:
http://www.nabble.com/%3Cdenpendency-%3E-for-org-testng-testng-5.8--tp21476664p21476760.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]