mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 10:54:54 +00:00
upgrade to testng 6.1.1
This commit is contained in:
parent
9ef34f82ea
commit
420ed9daa6
4
.idea/libraries/testng.xml
generated
4
.idea/libraries/testng.xml
generated
@ -1,9 +1,7 @@
|
|||||||
<component name="libraryTable">
|
<component name="libraryTable">
|
||||||
<library name="testng">
|
<library name="testng">
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$GRADLE_REPOSITORY$/com.beust/jcommander/jars/jcommander-1.5.jar!/" />
|
<root url="jar://$GRADLE_REPOSITORY$/org.testng/testng/jars/testng-6.1.1.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!/" />
|
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES />
|
<SOURCES />
|
||||||
|
@ -70,9 +70,7 @@ allprojects {
|
|||||||
if (project.name != "test-testng") {
|
if (project.name != "test-testng") {
|
||||||
testCompile project(':test-testng')
|
testCompile project(':test-testng')
|
||||||
}
|
}
|
||||||
testCompile('org.testng:testng:5.14.6') { transitive = false }
|
testCompile('org.testng:testng:6.1.1') { transitive = false }
|
||||||
testCompile('com.beust:jcommander:1.5') { transitive = false }
|
|
||||||
testCompile('org.beanshell:bsh:2.0b4') { transitive = false }
|
|
||||||
testCompile('org.hamcrest:hamcrest-core:1.3.RC2') { transitive = false }
|
testCompile('org.hamcrest:hamcrest-core:1.3.RC2') { transitive = false }
|
||||||
testCompile('org.hamcrest:hamcrest-library: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'
|
sourceSets.test.resources.srcDirs 'src/test/java'
|
||||||
|
|
||||||
dependencies {
|
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 }
|
compile('log4j:log4j:1.2.15') { transitive = false }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user