From 380f579d9e49a0dfbde32e9141f5edf0a9a4d088 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 19 Nov 2016 17:46:00 -0500 Subject: Add CSVParser to dependencies --- build.gradle | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3