From 954c02141e0e8a6092203b9682b57a0e22c71c6d Mon Sep 17 00:00:00 2001 From: Xavier Fontanet Date: Tue, 11 Oct 2022 22:18:09 +0200 Subject: [PATCH] pom & gitignore --- .gitignore | 3 +- pom.xml | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 2 deletions(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index ff55cb8..981c582 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /.idea/ -/target/ -.DS_Store +/target/ \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..b8a11b8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,93 @@ + + + 4.0.0 + + tv.mangrana + mangrana-commons + 1.0-SNAPSHOT + + + 8 + 8 + + + + + + org.jboss.resteasy + resteasy-client + 3.5.0.Final + + + + + org.jsonschema2pojo + jsonschema2pojo-core + 1.1.2 + + + + + com.amihaiemil.web + eo-yaml + 6.0.1 + + + + + + org.apache.commons + commons-collections4 + 4.4 + + + + + com.google.apis + google-api-services-drive + v3-rev20220508-1.32.1 + + + + com.google.api-client + google-api-client + 1.35.1 + + + + com.google.oauth-client + google-oauth-client-jetty + 1.34.1 + + + + + org.testng + testng + 7.0.0 + test + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + verify + + jar-no-fork + + + + + + + + \ No newline at end of file