diff --git a/.idea/libraries/testng.xml b/.idea/libraries/testng.xml index 75741927fb5..c88bb6f00d0 100644 --- a/.idea/libraries/testng.xml +++ b/.idea/libraries/testng.xml @@ -1,6 +1,8 @@ + + diff --git a/build.gradle b/build.gradle index 0cf9b65520a..ec636ff2e47 100644 --- a/build.gradle +++ b/build.gradle @@ -71,6 +71,8 @@ allprojects { testCompile project(':test-testng') } testCompile('org.testng:testng:6.1.1') { transitive = false } + testCompile('com.beust:jcommander:1.13') { 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 } }