fix testng deps
This commit is contained in:
parent
e5f2dfbf0e
commit
1f70be7de2
|
@ -1,7 +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.13.jar!/" />
|
<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.beanshell/bsh/jars/bsh-2.0b4.jar!/" />
|
||||||
<root url="jar://$GRADLE_REPOSITORY$/org.testng/testng/jars/testng-6.1.1.jar!/" />
|
<root url="jar://$GRADLE_REPOSITORY$/org.testng/testng/jars/testng-6.1.1.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
|
|
|
@ -71,7 +71,7 @@ allprojects {
|
||||||
testCompile project(':test-testng')
|
testCompile project(':test-testng')
|
||||||
}
|
}
|
||||||
testCompile('org.testng:testng:6.1.1') { transitive = false }
|
testCompile('org.testng:testng:6.1.1') { transitive = false }
|
||||||
testCompile('com.beust:jcommander:1.13') { transitive = false }
|
testCompile('com.beust:jcommander:1.5') { transitive = false }
|
||||||
testCompile('org.beanshell:bsh:2.0b4') { 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 }
|
||||||
|
|
Loading…
Reference in New Issue