Add gson to POM
This commit is contained in:
parent
b87a44a690
commit
9a53e54367
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
|
@ -155,6 +155,12 @@
|
|||
<artifactId>json-simple</artifactId>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.8.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<version>3.0-SNAPSHOT</version>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue