From 788d21da00112183e02fd89a40762ba2b5dee1ac Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 9 Sep 2023 21:44:16 +0200 Subject: [PATCH] Added the gson dependency in the pom.xml --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 751d3b5..09e4f29 100644 --- a/pom.xml +++ b/pom.xml @@ -4,4 +4,14 @@ de.licenseapi LicenseAPI-Integration 1.0.0-ALPHA + + + + + com.google.code.gson + gson + 2.10.1 + + + \ No newline at end of file