<?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>
        <artifactId>hussar-application</artifactId>
        <groupId>com.jxdinfo.hussar</groupId>
        <version>8.4.14-cus-qddt.1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>hussar-application-server</artifactId>
    <version>8.4.14-cus-qddt.22</version>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.jxdinfo.hussar</groupId>
                <artifactId>hussar-common</artifactId>
                <version>8.4.14-cus-qddt.3</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <dependencies>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-authorization-api</artifactId>
            <version>8.4.14-cus-qddt.1</version>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-authentication-api</artifactId>
            <version>8.4.14-cus-qddt.1</version>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-general-services-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.belerweb</groupId>
            <artifactId>pinyin4j</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-formdesign-external-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-application-api</artifactId>
            <version>8.4.14-cus-qddt.11</version>
        </dependency>
        <dependency>
            <groupId>org.yaml</groupId>
            <artifactId>snakeyaml</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-message-api</artifactId>
            <version>8.4.14-cus-qddt.1</version>
        </dependency>
        <dependency>
            <groupId>org.jodd</groupId>
            <artifactId>jodd-http</artifactId>
            <version>6.2.1</version>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.job</groupId>
            <artifactId>hussar-job-execution</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-websocket</artifactId>
        </dependency>
    </dependencies>
</project>
