推送
This commit is contained in:
14
pom.xml
14
pom.xml
@ -194,6 +194,20 @@
|
||||
<artifactId>gdal</artifactId>
|
||||
<version>3.11.4</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Excel -->
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>easyexcel</artifactId>
|
||||
<version>3.3.2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- CSV -->
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-csv</artifactId>
|
||||
<version>1.9.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user