Skip to content
New issue

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

testng version is missing in build.gradle #17

Open
kicktipp opened this issue Dec 8, 2016 · 0 comments
Open

testng version is missing in build.gradle #17

kicktipp opened this issue Dec 8, 2016 · 0 comments

Comments

@kicktipp
Copy link

kicktipp commented Dec 8, 2016

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant