<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>com.github.teakfly</groupId>
		<artifactId>teafly-common</artifactId>
		<version>1.0.32</version>
	</parent>

	<artifactId>teafly-common-security</artifactId>
	<packaging>jar</packaging>
	<description>teafly 安全工具类</description>
	<url>https://github.com/teakfly/teafly</url>

	<dependencies>
		<!--工具类核心包-->
		<dependency>
			<groupId>com.github.teakfly</groupId>
			<artifactId>teafly-common-core</artifactId>
		</dependency>
		<dependency>
			<groupId>com.baomidou</groupId>
			<artifactId>mybatis-plus-extension</artifactId>
		</dependency>
        <dependency>
            <groupId>io.github.openfeign</groupId>
            <artifactId>feign-core</artifactId>
        </dependency>
		<!--安全模块 -->
		<dependency>
			<groupId>org.springframework.cloud</groupId>
			<artifactId>spring-cloud-starter-oauth2</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework.data</groupId>
			<artifactId>spring-data-redis</artifactId>
		</dependency>
	</dependencies>

	<licenses>
		<license>
			<name>GNU General Public License (GPL)</name>
			<url>https://opensource.org/licenses/gpl-license</url>
		</license>
	</licenses>

	<developers>
		<developer>
			<name>teakfly</name>
			<email>teakfly@teakfly.com</email>
			<organization>teakfly</organization>
		</developer>
	</developers>

	<scm>
		<connection>scm:git://git@github.com:teakfly/teafly.git</connection>
		<developerConnection>scm:git://git@github.com:teakfly/teafly.git</developerConnection>
		<url>https://github.com/teakfly/teafly/tree/main</url>
	</scm>

</project>
