We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you import this project with BuildShip into STS it does not succeed and shows an error message because of missing version for testng
diff --git a/server/build.gradle b/server/build.gradle index d5ac0cc..db8d308 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -64,7 +64,7 @@ dependencies { compile("org.codehaus.groovy:groovy-all") testCompile("org.springframework.boot:spring-boot-starter-test") - testCompile("org.testng:testng") + testCompile("org.testng:testng:6.10") } compileJava.dependsOn(processResources)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you import this project with BuildShip into STS it does not succeed and shows an error message because of missing version for testng
The text was updated successfully, but these errors were encountered: