Update pom.xml

add dependency for com.google.code.gson.
without you cannot compile it
This commit is contained in:
kletel 2020-03-14 14:10:07 +01:00 committed by GitHub
parent c683e4e593
commit 66035cba86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
</dependencies>