<?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>data-bind</artifactId>
        <version>1.0.0-beta.10-fix.2</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>data-invocation</artifactId>
    <version>1.0.0-beta.10-fix.2</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-common</artifactId>
        </dependency>

        <dependency>
            <groupId>com.jxdinfo.hussar.support</groupId>
            <artifactId>hussar-support-exception</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support</groupId>
            <artifactId>hussar-mp-starter</artifactId>
        </dependency>
        <!--获取用户信息用-->
        <dependency>
            <groupId>com.jxdinfo.hussar.support.security</groupId>
            <artifactId>hussar-security-integration-authentication</artifactId>
        </dependency>

<!--        <dependency>
            <groupId>org.jetbrains</groupId>
            <artifactId>annotations</artifactId>
        </dependency>-->
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
        </dependency>
        <!--引入数据集 获取数据集数据-->
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-dataset-starter</artifactId>
        </dependency>
    </dependencies>

</project>
