<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.rdlinux</groupId>
        <artifactId>easy-auth-be</artifactId>
        <version>0.2.1</version>
    </parent>
    <artifactId>easy-auth-dto</artifactId>
    <name>easy-auth-dto</name>
    <description>易认证系统bean</description>
    <dependencies>
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.rdlinux</groupId>
            <artifactId>common-result</artifactId>
            <version>0.0.6</version>
        </dependency>
    </dependencies>
</project>
