upgrade to testng 6.1.1
This commit is contained in:
parent
9ef34f82ea
commit
420ed9daa6
|
@ -1,9 +1,7 @@
|
|||
<component name="libraryTable">
|
||||
<library name="testng">
|
||||
<CLASSES>
|
||||
<root url="jar://$GRADLE_REPOSITORY$/com.beust/jcommander/jars/jcommander-1.5.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.beanshell/bsh/jars/bsh-2.0b4.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.testng/testng/jars/testng-5.14.6.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.testng/testng/jars/testng-6.1.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
|
|
|
@ -70,9 +70,7 @@ allprojects {
|
|||
if (project.name != "test-testng") {
|
||||
testCompile project(':test-testng')
|
||||
}
|
||||
testCompile('org.testng:testng:5.14.6') { transitive = false }
|
||||
testCompile('com.beust:jcommander:1.5') { transitive = false }
|
||||
testCompile('org.beanshell:bsh:2.0b4') { transitive = false }
|
||||
testCompile('org.testng:testng:6.1.1') { transitive = false }
|
||||
testCompile('org.hamcrest:hamcrest-core:1.3.RC2') { transitive = false }
|
||||
testCompile('org.hamcrest:hamcrest-library:1.3.RC2') { transitive = false }
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ sourceSets.main.resources.srcDirs 'src/main/java'
|
|||
sourceSets.test.resources.srcDirs 'src/test/java'
|
||||
|
||||
dependencies {
|
||||
compile('org.testng:testng:5.10:jdk15') { transitive = false }
|
||||
compile('org.testng:testng:6.1.1') { transitive = false }
|
||||
compile('log4j:log4j:1.2.15') { transitive = false }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue