<?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.hussar</groupId>
        <artifactId>hussar-report-application</artifactId>
        <version>2.1.1-fix.1</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>hussar-report-application-api</artifactId>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
        <java.version>1.8</java.version>
        <maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>
        <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
    </properties>
    <dependencies>
        <dependency>
            <groupId>com.jxdinfo.hussar.support</groupId>
            <artifactId>hussar-platform-core</artifactId>
        </dependency>
        <dependency>
            <groupId>io.swagger</groupId>
            <artifactId>swagger-annotations</artifactId>
            <version>1.6.2</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support</groupId>
            <artifactId>hussar-mp-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-dataset-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-formdesign-common</artifactId>
        </dependency>

        <dependency>
            <groupId>com.jxdinfo.hussar.report</groupId>
            <artifactId>hussar-report-dashboard-manager-starter</artifactId>
        </dependency>

        <!--        运行端-->
        <dependency>
            <groupId>com.jxdinfo.hussar.report</groupId>
            <artifactId>hussar-report-dashboard-run-starter</artifactId>
        </dependency>
        <!--        数据分析模块（插件）-->
        <dependency>
            <groupId>com.jxdinfo.hussar.report</groupId>
            <artifactId>hussar-report-dashboard-run-plugin-starter</artifactId>
        </dependency>
    </dependencies>

</project>
