Skip to content

Commit 5ed0419

Browse files
调整文档及配置
1 parent 4a17f6d commit 5ed0419

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# YMATE-MODULE-SSO
22

3-
[![Maven Central status](https://img.shields.io/maven-central/v/net.ymate.module/ymate-module-unpack.svg)](https://search.maven.org/artifact/net.ymate.module/ymate-module-unpack)
4-
[![LICENSE](https://img.shields.io/github/license/suninformation/ymate-module-unpack.svg)](https://gitee.com/suninformation/ymate-module-unpack/blob/master/LICENSE)
3+
[![Maven Central status](https://img.shields.io/maven-central/v/net.ymate.module/ymate-module-sso.svg)](https://search.maven.org/artifact/net.ymate.module/ymate-module-sso)
4+
[![LICENSE](https://img.shields.io/github/license/suninformation/ymate-module-sso.svg)](https://gitee.com/suninformation/ymate-module-sso/blob/master/LICENSE)
55

66
基于 YMP 框架实现的单点登录模块封装。
77

@@ -12,8 +12,8 @@
1212
```xml
1313
<dependency>
1414
<groupId>net.ymate.module</groupId>
15-
<artifactId>ymate-module-unpack</artifactId>
16-
<version>1.0.0</version>
15+
<artifactId>ymate-module-sso</artifactId>
16+
<version>2.0.0</version>
1717
</dependency>
1818
```
1919

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
</exclusions>
166166
<scope>provided</scope>
167167
</dependency>
168+
<!--
168169
<dependency>
169170
<groupId>io.jsonwebtoken</groupId>
170171
<artifactId>jjwt-impl</artifactId>
@@ -175,7 +176,6 @@
175176
<artifactId>jjwt-jackson</artifactId>
176177
<version>0.11.2</version>
177178
</dependency>
178-
<!--
179179
<dependency>
180180
<groupId>io.jsonwebtoken</groupId>
181181
<artifactId>jjwt-gson</artifactId>

0 commit comments

Comments
 (0)