Skip to content

Commit

Permalink
add dependency for javadoc generation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Jan 13, 2025
1 parent a7120ea commit 6490234
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-jose</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-client</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
Expand Down

0 comments on commit 6490234

Please sign in to comment.