summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorØyvind Grønnesby <oyving@verizonmedia.com>2020-11-25 11:10:26 +0100
committerØyvind Grønnesby <oyving@verizonmedia.com>2020-11-25 11:10:26 +0100
commitdd29c756814446282767f70e47f7a2f779e3898c (patch)
tree318b6900d2f722298c7cd6665ce2ea45abe4b37b /parent
parent24ecd0adfd9f389f7d8a57008971b8514c38ff16 (diff)
Export all bills/invoices as CSV
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index cac59966332..af4d14a8599 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -570,6 +570,11 @@
<version>${apache.httpclient.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-csv</artifactId>
+ <version>1.8</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${apache.httpcore.version}</version>