Skip to content

Commit

Permalink
perf($ApiGateway): remove JJWT dependencies
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Johnny Miller (锺俊) committed Dec 29, 2020
1 parent 6822f8c commit 50c0597
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,25 +97,6 @@
<version>${knife4j.version}</version>
</dependency>

<!-- https://github.com/jwtk/jjwt -->
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>${jjwt.version}</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>${jjwt.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId> <!-- or jjwt-gson if Gson is preferred -->
<version>${jjwt.version}</version>
<scope>runtime</scope>
</dependency>

<!-- Test -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 50c0597

Please sign in to comment.