mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Updated TestNG dependency in template to always pick the latest version.
This commit is contained in:
parent
1b6cbd842c
commit
84b40b8c8c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ val p = {{directive}} {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependenciesTest {
|
dependenciesTest {
|
||||||
compile("org.testng:testng:6.9.9")
|
compile("org.testng:testng:")
|
||||||
{{#testDependencies}}
|
{{#testDependencies}}
|
||||||
compile("{{groupId}}:{{artifactId}}:{{version}}")
|
compile("{{groupId}}:{{artifactId}}:{{version}}")
|
||||||
{{/testDependencies}}
|
{{/testDependencies}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue