blob: b09d07b1fd2c68761817f04fb9c13d8e2e572e74 [file] [log] [blame]
dependencies {
compile rootProject
runtime('org.testng:testng:6.8.8') {
// exclude 'optional' beanshell even though testng's pom doesn't say optional
exclude(group: 'org.beanshell', module: 'bsh')
// and an older version of jcommander
exclude(group: 'com.beust', module: 'jcommander')
}
compile('com.beust:jcommander:1.35')
}