BAEL-6692 - converting json to map and comparing (#14630)

* BAEL-6692 - converting json to map and comparing

* BAEL-6692 - converting json to map and comparing

* BAEL-6692 - converting json to map and comparing
This commit is contained in:
Abhinav Pandey
2023-08-30 21:50:22 +05:30
committed by GitHub
parent cdf8439c9b
commit 05ca686833
6 changed files with 146 additions and 0 deletions
+6
View File
@@ -29,11 +29,17 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
</dependencies>
<properties>
<json.version>20211205</json.version>
<gson.version>2.10.1</gson.version>
<guava.version>32.1.2-jre</guava.version>
</properties>
</project>