1
0
Fork 0
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:
Erik C. Thauvin 2016-07-09 10:09:50 -07:00
parent 1b6cbd842c
commit 84b40b8c8c

View file

@ -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}}