Hi all,

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 put this dependency in the "pom.xml" as follow but it couldn't find that.
What is the correct writting for <dependency/>?

                <dependency>
                        <groupId>org.testng</groupId>
                        <artifactId>testng-5.8</artifactId>
                        <version>5.8-jdk15</version>
                </dependency>

-- 
View this message in context: 
http://www.nabble.com/%3Cdenpendency-%3E-for-org-testng-testng-5.8--tp21476664p21476664.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to