From c29a921f2120fc3274d368ba4df66865cd6c7cd4 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 20 Jul 2024 13:25:50 +0200 Subject: [PATCH] Create pom.xml --- integrations/java/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 integrations/java/pom.xml diff --git a/integrations/java/pom.xml b/integrations/java/pom.xml new file mode 100644 index 0000000..da5f79f --- /dev/null +++ b/integrations/java/pom.xml @@ -0,0 +1,30 @@ + + 4.0.0 + + de.licenseapi + LicenseAPI-Integration + 1.0.0-ALPHA + + + + + com.google.code.gson + gson + 2.10.1 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + + + \ No newline at end of file