dependencies: replace json-simple with gson (#2358)

This commit is contained in:
Robert Volkmann
2022-12-04 10:05:24 +01:00
committed by GitHub
parent 7a3d617769
commit cececd4f64
7 changed files with 33 additions and 40 deletions
+5
View File
@@ -233,6 +233,11 @@
<artifactId>htmlunit</artifactId>
<version>${htmlunit.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>