From a44d9e4c19f728d31b4427ab60d19af5de286bf4 Mon Sep 17 00:00:00 2001 From: nikkel Date: Fri, 20 Mar 2020 03:18:13 +0700 Subject: [PATCH] Upload files to '' --- pom.xml | 180 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..f836fe2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,180 @@ + + + 4.0.0 + ca.mgamble + postman-java + 1.2 + jar + + UTF-8 + 1.8 + 1.8 + + + + + + log4j + log4j + 1.2.17 + jar + + + + org.asynchttpclient + async-http-client + 2.0.40 + + + + com.google.code.gson + gson + 2.8.0 + + + + org.projectlombok + lombok + 1.18.10 + provided + + + + org.simplejavamail + simple-java-mail + 5.5.1 + + + + org.apache.commons + commons-io + 1.3.2 + + + + commons-io + commons-io + 2.6 + test + + + + org.junit.jupiter + junit-jupiter-api + 5.1.0 + test + + + org.junit.jupiter + junit-jupiter-engine + 5.1.0 + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + + 1.8 + 1.8 + UTF-8 + + + + + org.apache.maven.plugins + maven-shade-plugin + 1.6 + + true + + + *:* + + + + + + package + + shade + + + + + org.eclipse.jetty.orbit:javax.servlet + + META-INF/ECLIPSEF.RSA + META-INF/ECLIPSEF.SF + META-INF/eclipse.inf + + + + + + + ca.mgamble.postman.api.PostmanService + + + + + + + + + + + + maven-source-plugin + + + attach-sources + deploy + jar-no-fork + + + + + maven-javadoc-plugin + + + attach-javadocs + deploy + jar + + + + + + maven-deploy-plugin + + + deploy + deploy + deploy + + + + + + + + + nexus + maven-releases + https://nexus.dev1-0.com/repository/maven-releases/ + + + nexus + maven-snapshots + https://nexus.dev1-0.com/repository/maven-snapshots/ + + + +