We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70e543 commit 391d48eCopy full SHA for 391d48e
pom.xml
@@ -64,6 +64,7 @@
64
<maven.source.plugin.version>3.1.0</maven.source.plugin.version>
65
<maven.surefire.plugin.version>3.0.0-M3</maven.surefire.plugin.version>
66
<guava.version>28.0-jre</guava.version>
67
+ <gson.version>2.8.5</gson.version>
68
<java.version>1.8</java.version>
69
<junit.version>5.4.2</junit.version>
70
<junit.platform.surefire.provider.version>1.3.2</junit.platform.surefire.provider.version>
@@ -73,6 +74,11 @@
73
74
</properties>
75
76
<dependencies>
77
+ <dependency>
78
+ <groupId>com.google.code.gson</groupId>
79
+ <artifactId>gson</artifactId>
80
+ <version>${gson.version}</version>
81
+ </dependency>
82
<dependency>
83
<groupId>com.google.guava</groupId>
84
<artifactId>guava</artifactId>
0 commit comments