Skip to content
Snippets Groups Projects
Commit b9c04c85 authored by Alok Joshi's avatar Alok Joshi
Browse files

upgrade json-smart

parent 528f4079
No related branches found
No related tags found
1 merge request!179Upgrade json-smart
Pipeline #90956 failed
...@@ -27,7 +27,8 @@ ...@@ -27,7 +27,8 @@
<maven.compiler.source>${java.version}</maven.compiler.source> <maven.compiler.source>${java.version}</maven.compiler.source>
<os-core-common.version>0.13.0</os-core-common.version> <os-core-common.version>0.13.0</os-core-common.version>
<log4j2.version>2.17.1</log4j2.version> <log4j2.version>2.17.1</log4j2.version>
<springfox.version>3.0.0</springfox.version> <springfox.version>3.0.0</springfox.version>
<json-smart.version>2.4.7</json-smart.version>
</properties> </properties>
<licenses> <licenses>
...@@ -91,6 +92,11 @@ ...@@ -91,6 +92,11 @@
<artifactId>log4j-api</artifactId> <artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version> <version>${log4j2.version}</version>
</dependency> </dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>${json-smart.version}</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment