Align with spring-security-jwt-jose being renamed to s-s-auth2-jose
Closes gh-10750
This commit is contained in:
parent
64939008fc
commit
90ecb29667
|
|
@ -525,7 +525,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-jwt-jose</artifactId>
|
||||
<artifactId>spring-security-oauth2-jose</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -699,7 +699,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-jwt-jose</artifactId>
|
||||
<artifactId>spring-security-oauth2-jose</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-jwt-jose</artifactId>
|
||||
<artifactId>spring-security-oauth2-jose</artifactId>
|
||||
</dependency>
|
||||
<!-- Test -->
|
||||
<dependency>
|
||||
|
|
|
|||
Loading…
Reference in New Issue