1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Update to TestNG 6.9.10.

This commit is contained in:
Cedric Beust 2016-02-28 18:07:29 -08:00
parent 23498845b8
commit 1a4f640834
2 changed files with 2 additions and 7 deletions

View file

@ -46,7 +46,6 @@ val wrapper = project {
}
}
val kobaltPluginApi = project {
name = "kobalt-plugin-api"
group = "com.beust"
@ -60,10 +59,6 @@ val kobaltPluginApi = project {
connection = "https://github.com/cbeust/kobalt.git",
developerConnection = "git@github.com:cbeust/kobalt.git")
dependenciesTest {
compile("org.testng:testng:6.9.9")
}
dependencies {
compile("org.jetbrains.kotlinx:kotlinx.dom:0.0.9",
@ -129,7 +124,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
}
dependenciesTest {
compile("org.testng:testng:6.9.9")
compile("org.testng:testng:6.9.10")
}
assemble {

View file

@ -4,7 +4,7 @@
<test name="Main">
<packages>
<package name="com.beust.*"/>
<package name="com.beust.kobalt.*"/>
</packages>
</test>