We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f979f69 commit f8c435cCopy full SHA for f8c435c
server-extension/pom.xml
@@ -45,7 +45,21 @@
45
<dependency>
46
<groupId>org.springframework.security</groupId>
47
<artifactId>spring-security-oauth2-client</artifactId>
48
+ <version>${spring-security.version}</version>
49
+ <exclusions>
50
+ <exclusion>
51
+ <groupId>net.minidev</groupId>
52
+ <artifactId>json-smart</artifactId>
53
+ </exclusion>
54
+ </exclusions>
55
</dependency>
56
+
57
+ <dependency>
58
59
60
+ <version>2.4.10</version>
61
+ </dependency>
62
63
64
65
<artifactId>spring-security-oauth2-jose</artifactId>
0 commit comments