<?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-app-import</artifactId>
        <version>9.3.7-htsz.4-fix.6</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>hussar-app-import-server</artifactId>
    <name>${project.artifactId}</name>
    <packaging>jar</packaging>

    <dependencies>

        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-app-import-api</artifactId>
            <version>9.3.7-htsz.4-fix.6</version>
        </dependency>

        <dependency>
            <groupId>com.jxdinfo.hussar.support.hotloaded</groupId>
            <artifactId>hussar-hotloaded-framework</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.hotloaded</groupId>
            <artifactId>hussar-hotloaded-extension-mybatis</artifactId>
        </dependency>

        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-tenant-groupingmodel-feign</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-application-mix-feign</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.maven</groupId>
            <artifactId>maven-model</artifactId>
            <version>3.8.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.maven.shared</groupId>
            <artifactId>maven-invoker</artifactId>
            <version>3.2.0</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.ant</groupId>
            <artifactId>ant</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.job</groupId>
            <artifactId>hussar-job-execution</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.job</groupId>
            <artifactId>hussar-job-execution-starter</artifactId>
            <scope>compile</scope>
        </dependency>

        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-formdesign-element-component-htsz</artifactId>
            <version>9.3.7-htsz.4</version>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-formdesign-path-htsz</artifactId>
            <version>9.3.7-htsz.4</version>
        </dependency>

        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-authorization-feign</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-workflow-godaxe-api</artifactId>
        </dependency>

    </dependencies>

</project>
