<?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.jxdinfo.document</groupId>
        <artifactId>document-excel-tools</artifactId>
        <version>1.0.0-beta.11-fix.4</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>document-excel-tools-domain</artifactId>
    <version>1.0.0-beta.11-fix.4</version>
    <modules>
        <!--excel报告的api模块-->
        <module>document-excel-tools-domain-api</module>
        <!--excel报告的server模块-->
        <module>document-excel-tools-domain-server</module>
    </modules>
    <packaging>pom</packaging>
</project>
