- replaced GSON with Jackson

- Updated readme
- general cleanup
This commit is contained in:
Amith Koujalgi
2023-11-09 12:56:45 +05:30
parent 1f28e61234
commit 6678cd3f69
7 changed files with 73 additions and 22 deletions

View File

@@ -102,9 +102,9 @@
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.3</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>