diff options
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index ab2feff..db544da 100644 --- a/build.gradle +++ b/build.gradle @@ -17,6 +17,7 @@ repositories { dependencies { // The production code uses the SLF4J logging API at compile time //compile 'org.slf4j:slf4j-api:1.7.18' + compile 'org.apache.commons:commons-csv:1.4' // Declare the dependency for your favourite test framework you want to use in your tests. // TestNG is also supported by the Gradle Test task. Just change the |