summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben.burwell@trifecta.com>2016-11-19 17:46:00 -0500
committerBen Burwell <ben.burwell@trifecta.com>2016-11-19 17:46:00 -0500
commit380f579d9e49a0dfbde32e9141f5edf0a9a4d088 (patch)
tree34378677de6f5298fe0c91cdf42f87574f27eacd
parent9441ed331af3aa6b3ef45bf165e40faad18bc7fd (diff)
Add CSVParser to dependencies
-rw-r--r--build.gradle1
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