|
|
@ -3,7 +3,6 @@ |
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
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"> |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
|
|
|
<parent> |
|
|
|
<parent> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<artifactId>easyexcel-parent</artifactId> |
|
|
|
<artifactId>easyexcel-parent</artifactId> |
|
|
@ -11,6 +10,7 @@ |
|
|
|
<relativePath>../pom.xml</relativePath> |
|
|
|
<relativePath>../pom.xml</relativePath> |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<url>https://github.com/alibaba/easyexcel</url> |
|
|
|
<packaging>jar</packaging> |
|
|
|
<packaging>jar</packaging> |
|
|
|
<artifactId>easyexcel-core</artifactId> |
|
|
|
<artifactId>easyexcel-core</artifactId> |
|
|
|
<name>easyexcel-core</name> |
|
|
|
<name>easyexcel-core</name> |
|
|
|