Added the gson dependency in the pom.xml
This commit is contained in:
parent
cff0cbad87
commit
788d21da00
10
pom.xml
10
pom.xml
@ -4,4 +4,14 @@
|
|||||||
<groupId>de.licenseapi</groupId>
|
<groupId>de.licenseapi</groupId>
|
||||||
<artifactId>LicenseAPI-Integration</artifactId>
|
<artifactId>LicenseAPI-Integration</artifactId>
|
||||||
<version>1.0.0-ALPHA</version>
|
<version>1.0.0-ALPHA</version>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
<!-- JSON library -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.code.gson</groupId>
|
||||||
|
<artifactId>gson</artifactId>
|
||||||
|
<version>2.10.1</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user