Skip to content
Snippets Groups Projects
Commit 00922a44 authored by Léo Banno-Cloutier's avatar Léo Banno-Cloutier
Browse files

dependencies: remove jsoniter from dependencies and replace its usage

with gson

Jsoniter is a JSON parser that doesn't have support for java 17+ and
doesn't seem to support it, making this project unable to run
on versions other than java 11. Gson was chosen as a replacement, since
it seems to be a well supported library, along jackson and org.json

Change-Id: I3d9375c6da0d70b1d8df942f99747da26bf92ee2
parent 003950f1
No related branches found
No related tags found
No related merge requests found
Showing
with 193 additions and 359 deletions
Loading
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