mps-platform/cds-platform-2025.V1/cds-common/cds-common-excel/pom.xml

31 lines
887 B
XML
Raw Normal View History

2025-07-14 10:43:13 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.dromara</groupId>
2025-09-04 15:25:29 +08:00
<artifactId>cds-common</artifactId>
2025-07-14 10:43:13 +08:00
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2025-09-04 15:25:29 +08:00
<artifactId>cds-common-excel</artifactId>
2025-07-14 10:43:13 +08:00
<description>
2025-09-04 15:25:29 +08:00
cds-common-excel
2025-07-14 10:43:13 +08:00
</description>
<dependencies>
<dependency>
<groupId>org.dromara</groupId>
2025-09-04 15:25:29 +08:00
<artifactId>cds-common-json</artifactId>
2025-07-14 10:43:13 +08:00
</dependency>
<dependency>
<groupId>cn.idev.excel</groupId>
<artifactId>fastexcel</artifactId>
</dependency>
</dependencies>
</project>