Skip to content

Commit

Permalink
chore: specify version for json-smart library
Browse files Browse the repository at this point in the history
  • Loading branch information
fdlk committed Jun 17, 2020
1 parent a25c00b commit f2c8ac2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -93,6 +93,12 @@
<artifactId>minio</artifactId>
<version>6.0.13</version>
</dependency>
<!-- https://github.com/spring-projects/spring-boot/issues/21939 -->
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>[2.3,3.0)</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit f2c8ac2

Please sign in to comment.