Skip to content

Commit

Permalink
Merge pull request #228 from integratedmodelling/IM-569-Exclude-confl…
Browse files Browse the repository at this point in the history
…icting-json-smart-dependencies-and-update-version

IM- 569 fix: exclude conflicting `json-smart` dependencies and update…
  • Loading branch information
kristinaBc3 authored Feb 13, 2025
2 parents 23f6ecc + ea14099 commit fe6d64d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions klab.hub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,18 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-client</artifactId>
<version>${spring-security.version}</version>
<exclusions>
<exclusion>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Dependency for avoid error with net.minidev version-->
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.4.7</version> <!-- or latest available version -->
</dependency>
<!-- ////////////////////////////////////////////////////////////////// -->

Expand Down

0 comments on commit fe6d64d

Please sign in to comment.