<?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.tydic.dyc</groupId>
        <artifactId>dyc-umc</artifactId>
        <version>2.0.0-HSF-DEV-SNAPSHOT</version>
    </parent>

    <artifactId>authority-controller</artifactId>
    <packaging>jar</packaging>

    <dependencies>
        <dependency>
            <groupId>com.tydic.dyc</groupId>
            <artifactId>jwt-security-plugin</artifactId>
        </dependency>

        <dependency>
            <groupId>com.tydic.dyc</groupId>
            <artifactId>authority-api</artifactId>
        </dependency>

        <dependency>
            <groupId>com.tydic.dyc</groupId>
            <artifactId>log-plugin</artifactId>
        </dependency>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-db</artifactId>
        </dependency>

        <!--三方依赖-->
        <dependency>
            <groupId>com.mzlion</groupId>
            <artifactId>easyOkhttp</artifactId>
        </dependency>
        <dependency>
            <groupId>com.mzlion</groupId>
            <artifactId>mzlionCore</artifactId>
        </dependency>
    </dependencies>
</project>