<?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-business-system</artifactId>
        <groupId>com.jxdinfo.hussar.platform.cloud</groupId>
        <version>9.3.7-htsz.5</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>hussar-system-api</artifactId>
    <packaging>jar</packaging>

    <properties>
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
    </properties>
    <dependencies>
        <!--框架必须引入...core 工具类-->
        <dependency>
            <groupId>com.jxdinfo.hussar.platform.cloud</groupId>
            <artifactId>hussar-cloud-common</artifactId>
        </dependency>
        <!--框架必须引入...feign 工具类-->
        <dependency>
            <groupId>com.jxdinfo.hussar.platform.cloud</groupId>
            <artifactId>hussar-cloud-support-feign</artifactId>
        </dependency>

        <!--mybatis plus extension,包含了mybatis plus core-->
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-extension</artifactId>
        </dependency>

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-validation</artifactId>
        </dependency>

    </dependencies>

</project>
