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
+2 -3
View File
@@ -35,9 +35,8 @@
<artifactId>typeobjectpattern</artifactId>
<dependencies>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>