Added the gson dependency in the pom.xml

This commit is contained in:
Mathias Wagner 2023-09-09 21:44:16 +02:00
parent cff0cbad87
commit 788d21da00
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

10
pom.xml
View File

@ -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>