2021-07-17 20:44:27 +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>com.ruoyi</groupId>
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common</artifactId>
|
2023-01-13 18:43:40 +08:00
|
|
|
<version>${revision}</version>
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
2021-07-17 20:44:27 +08:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common-excel</artifactId>
|
2021-07-17 20:44:27 +08:00
|
|
|
|
|
|
|
<description>
|
2023-01-18 17:09:43 +08:00
|
|
|
ruoyi-common-excel
|
2021-07-17 20:44:27 +08:00
|
|
|
</description>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
2023-01-31 22:13:58 +08:00
|
|
|
<artifactId>ruoyi-common-json</artifactId>
|
2021-07-17 20:44:27 +08:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2023-01-18 17:09:43 +08:00
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<artifactId>easyexcel</artifactId>
|
2021-07-17 20:44:27 +08:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|