Skip to content

Commit

Permalink
Revert "Remove json-smart exclusion (#103)"
Browse files Browse the repository at this point in the history
This reverts commit 8fa187e.
  • Loading branch information
ZheSun88 committed Apr 21, 2023
1 parent 8fa187e commit ae1c367
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion sso-kit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,22 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
</dependency>
<!-- We need to exclude json-smart and bump to 2.4.10 until a new
spring version is released -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-client</artifactId>
<exclusions>
<exclusion>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.4.10</version>
</dependency>
<dependency>
<groupId>jakarta.websocket</groupId>
Expand Down Expand Up @@ -65,4 +78,4 @@
</resources>
</build>

</project>
</project>

0 comments on commit ae1c367

Please sign in to comment.