mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-06-28 13:34:18 +08:00
sa-token-bom 补全缺失依赖
This commit is contained in:
parent
d6f2be4a2e
commit
c508e99281
@ -99,6 +99,11 @@
|
|||||||
<artifactId>sa-token-dubbo</artifactId>
|
<artifactId>sa-token-dubbo</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>cn.dev33</groupId>
|
||||||
|
<artifactId>sa-token-dubbo3</artifactId>
|
||||||
|
<version>${revision}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.dev33</groupId>
|
<groupId>cn.dev33</groupId>
|
||||||
<artifactId>sa-token-grpc</artifactId>
|
<artifactId>sa-token-grpc</artifactId>
|
||||||
@ -139,6 +144,11 @@
|
|||||||
<artifactId>sa-token-redisx</artifactId>
|
<artifactId>sa-token-redisx</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>cn.dev33</groupId>
|
||||||
|
<artifactId>sa-token-hutool-timed-cache</artifactId>
|
||||||
|
<version>${revision}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.dev33</groupId>
|
<groupId>cn.dev33</groupId>
|
||||||
<artifactId>sa-token-dialect-thymeleaf</artifactId>
|
<artifactId>sa-token-dialect-thymeleaf</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user