<?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>
|
<artifactId>lifetime-protection</artifactId>
|
<groupId>lifetime</groupId>
|
<version>1.0</version>
|
</parent>
|
<modelVersion>4.0.0</modelVersion>
|
<version>1.0</version>
|
|
<artifactId>core</artifactId>
|
<dependencies>
|
<dependency>
|
<groupId>zt.admin</groupId>
|
<artifactId>zt-common</artifactId>
|
<version>${zt.admin.version}</version>
|
</dependency>
|
<dependency>
|
<groupId>zt.admin</groupId>
|
<artifactId>zt-core</artifactId>
|
<version>${zt.admin.version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.deepoove</groupId>
|
<artifactId>poi-tl</artifactId>
|
<version>1.7.3</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi-ooxml-schemas</artifactId>
|
<version>4.1.2</version> <!-- 与您的POI版本匹配 -->
|
</dependency>
|
|
</dependencies>
|
|
|
</project>
|