Skip to content

Commit f8c435c

Browse files
committed
hack for transit dependency issue
1 parent f979f69 commit f8c435c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

server-extension/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,21 @@
4545
<dependency>
4646
<groupId>org.springframework.security</groupId>
4747
<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>
4855
</dependency>
56+
57+
<dependency>
58+
<groupId>net.minidev</groupId>
59+
<artifactId>json-smart</artifactId>
60+
<version>2.4.10</version>
61+
</dependency>
62+
4963
<dependency>
5064
<groupId>org.springframework.security</groupId>
5165
<artifactId>spring-security-oauth2-jose</artifactId>

0 commit comments

Comments
 (0)