From 4375c5170ab3229c129273f0b905f1a6e8d6a44a Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 13 Nov 2018 16:27:33 -0500 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=9A=84=20POM=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 251 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000000..3a9d97811c --- /dev/null +++ b/pom.xml @@ -0,0 +1,251 @@ + + 4.0.0 + com.ossez + lang-tutorial + 0.0.1 + + + + 1.8 + UTF-8 + UTF-8 + + + 1.7.12 + 2.2 + + + + 4.3.5.Final + + + 4.3.1.Final + + + 7.0.42 + 2.6.8 + 2.3.2 + + + 4.11 + 1.3 + + + 1.9.0 + + + + + + + + com.ossez + reoc-common + 0.0.1 + + + + + org.apache.commons + commons-compress + 1.10 + + + + org.apache.velocity + velocity + 1.6 + + + antlr + antlr + 2.7.6 + + + + dom4j + dom4j + 1.6.1 + + + commons-cli + commons-cli + 1.2 + + + org.apache.velocity + velocity-tools + 2.0 + + + + jaxen + jaxen + 1.1.6 + + + + javax.persistence + persistence-api + 1.0.2 + + + com.google.guava + guava + 17.0 + + + com.google.gdata + core + 1.47.1 + + + + org.ow2.orchestra.eclipse.birt + org.ow2.orchestra.eclipse.birt.core + 3.7.0 + + + org.ow2.orchestra.eclipse.birt + org.ow2.orchestra.eclipse.birt.report.engine + 3.7.0 + + + commons-net + commons-net + 2.0 + + + + com.mchange + mchange-commons-java + 0.2.9 + + + + junit + junit + 4.12 + + + org.jasypt + jasypt + 1.5 + + + + httpunit + httpunit + 1.7 + + + net.sf.jazzy + jazzy + 0.5.2-rtext-1.4.1 + + + net.sf.json-lib + json-lib + 2.4 + jdk15 + + + rome + rome + 0.9 + + + + org.apache.httpcomponents + httpmime + 4.5.1 + + + + org.jsoup + jsoup + 1.7.2 + + + + net.lingala.zip4j + zip4j + 1.3.2 + + + + + com.ossez.rets-io + rets-io-client + 0.1.0 + + + + + + package + + + maven-compiler-plugin + 3.1 + + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + true + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + com.ossez.reoc.rets.Main + true + lib/ + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.6 + + + + package + + single + + + src/assembly/zipAssembly.xml + reoc-rets + + + com.ossez.reoc.rets.Main + + + ./ + + + + + + + + + + + \ No newline at end of file