<?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-extend</artifactId>
        <groupId>com.jxdinfo.hussar</groupId>
        <version>9.5.8</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>hussar-clientSync-config</artifactId>
    <name>${project.artifactId}</name>
    <description>给设计器同步心跳模块</description>


    <dependencies>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.security</groupId>
            <artifactId>hussar-security-plugin-loginclient-start</artifactId>
        </dependency>
        <!--调度任务依赖，用于编写调度任务执行类-->
        <dependency>
            <groupId>com.jxdinfo.hussar.support.job</groupId>
            <artifactId>hussar-job-execution-starter</artifactId>
        </dependency>
        <!--rmi-->
        <dependency>
            <groupId>com.jxdinfo.hussar.support.rmi</groupId>
            <artifactId>hussar-rmi-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.support.engine</groupId>
            <artifactId>hussar-datasource-manager-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-datasource-api</artifactId>
        </dependency>
    </dependencies>


</project>
