<?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-formdesign-devtools</artifactId>
        <version>9.5.8</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>hussar-formdesign-devtools-compile-plugin-feign</artifactId>


    <dependencies>
        <!-- feign依赖 -->
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-base-cloud-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar.platform.cloud</groupId>
            <artifactId>hussar-cloud-support-feign</artifactId>
        </dependency>

        <!--base模块远程服务配置-->
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-base-remote-config</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-formdesign-devtools-compile-plugin-api</artifactId>
        </dependency>

    </dependencies>

</project>
