<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>ai.ylyue</groupId>
    <artifactId>yue-library</artifactId>
    <version>j8.2.3.2</version>
  </parent>
  <groupId>ai.ylyue</groupId>
  <artifactId>yue-library-auth-client</artifactId>
  <version>j8.2.3.2</version>
  <name>yue-library-auth-client</name>
  <description>yue-library 认证客户端模块</description>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <properties>
    <changelist></changelist>
  </properties>
  <dependencies>
    <dependency>
      <groupId>ai.ylyue</groupId>
      <artifactId>yue-library-web</artifactId>
      <version>j8.2.3.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.ylyue</groupId>
      <artifactId>yue-library-data-redis</artifactId>
      <version>j8.2.3.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
