chore: 完善 pom.xml 信息

This commit is contained in:
click33
2026-03-08 20:08:24 +08:00
parent 79245edb5b
commit f4a7ef6e00
2 changed files with 50 additions and 1 deletions

View File

@@ -20,6 +20,32 @@
<central.publishing.maven.version>0.10.0</central.publishing.maven.version>
</properties>
<!-- 开源协议 apache 2.0 -->
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<!-- 仓库信息 -->
<scm>
<tag>master</tag>
<url>https://github.com/dromara/sa-token.git</url>
<connection>scm:git:https://github.com/dromara/sa-token.git</connection>
<developerConnection>scm:git:https://github.com/dromara/sa-token.git</developerConnection>
</scm>
<!-- 作者信息 -->
<developers>
<developer>
<name>click33</name>
<email>2393584716@qq.com</email>
</developer>
</developers>
<dependencyManagement>
<dependencies>
<!-- sa-token 核心 -->
@@ -118,6 +144,11 @@
<artifactId>sa-token-alone-redis</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-alone-redis-by-spring-boot4</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-dubbo</artifactId>