<?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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.jxdinfo.document</groupId>
        <artifactId>document-excel-tools-domain</artifactId>
        <version>1.0.0-beta.11-fix.1</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <!-- 报告工具的公共功能模块   -->
    <artifactId>document-excel-tools-domain-api</artifactId>
    <version>1.0.0-beta.11-fix.1</version>

    <packaging>jar</packaging>

    <properties>
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
    <dependencies>
        <!--   报告工具核心工具         -->
        <dependency>
            <groupId>com.jxdinfo.document</groupId>
            <artifactId>document-excel-tools-core</artifactId>
            <version>1.0.0-beta.11-fix.1</version>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-common</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-general-services-server</artifactId>
        </dependency>
        <!--   audit-core          -->
        <dependency>
            <groupId>com.jxdinfo.hussar.support.audit</groupId>
            <artifactId>hussar-audit-core</artifactId>
        </dependency>
        <!--   htmlcleaner         -->
        <dependency>
            <groupId>net.sourceforge.htmlcleaner</groupId>
            <artifactId>htmlcleaner</artifactId>
        </dependency>
         <!--    mp-starter    -->
        <dependency>
            <groupId>com.jxdinfo.hussar.support</groupId>
            <artifactId>hussar-mp-starter</artifactId>
        </dependency>
        <!--   oss-starter    -->
        <dependency>
            <groupId>com.jxdinfo.hussar.support.oss</groupId>
            <artifactId>hussar-oss-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-data-mongodb</artifactId>
        </dependency>
        <!--   文件     -->
        <dependency>
            <groupId>commons-fileupload</groupId>
            <artifactId>commons-fileupload</artifactId>
        </dependency>
    </dependencies>

</project>
