Skip to content

Commit

Permalink
hard code json-smart version as a temporary workaround #11248
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Feb 12, 2025
1 parent f4380ea commit b06d689
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@
<artifactId>apache-mime4j-dom</artifactId>
<version>0.8.7</version>
</dependency>
<!-- We're seeing "Could not find artifact net.minidev:json-smart:jar:2.3"
so we're hard coding this transitional dependency to 2.5.2 until
https://github.com/netplex/json-smart-v2/issues/240 has been resolved.
See also https://github.com/IQSS/dataverse/issues/11248 -->
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.2</version>
</dependency>
</dependencies>
</dependencyManagement>
<!-- Declare any DIRECT dependencies here.
Expand Down

0 comments on commit b06d689

Please sign in to comment.