From 7623a26be989de427099ff13dc27183db95f13a6 Mon Sep 17 00:00:00 2001 From: ChenJiaHe <763432473@qq.com> Date: 星期一, 02 十一月 2020 19:51:33 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/huoxiong/hx_common --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 66d0d15..5900039 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,12 @@ </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-csv</artifactId> + <version>1.6</version> + </dependency> + + <dependency> <groupId>com.aliyun.oss</groupId> <artifactId>aliyun-sdk-oss</artifactId> </dependency> -- Gitblit v1.8.0