Skip to content

Commit

Permalink
Remove json-smart exclusion (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed Apr 21, 2023
1 parent e162747 commit 8fa187e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions sso-kit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,9 @@
<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 @@ -78,4 +65,4 @@
</resources>
</build>

</project>
</project>

0 comments on commit 8fa187e

Please sign in to comment.