fix testng deps

This commit is contained in:
kimchy 2011-07-08 00:56:52 +03:00
parent e5f2dfbf0e
commit 1f70be7de2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<component name="libraryTable">
<library name="testng">
<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.testng/testng/jars/testng-6.1.1.jar!/" />
</CLASSES>

View File

@ -71,7 +71,7 @@ allprojects {
testCompile project(':test-testng')
}
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.hamcrest:hamcrest-core:1.3.RC2') { transitive = false }
testCompile('org.hamcrest:hamcrest-library:1.3.RC2') { transitive = false }