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

This commit is contained in:
Robert Volkmann
2022-12-04 11:05:24 +02:00
committed by GitHub
parent 7a3d617769
commit cececd4f64
7 changed files with 33 additions and 40 deletions
-2
View File
@@ -39,11 +39,9 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>
</dependencies>
<build>