From 45ada5475192f6afc9645c401de46765be87ee3f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 21 May 2015 16:39:25 +0200 Subject: Lean and mean first prototype - to be improved! --- pom.xml | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..1a3a3e9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,69 @@ + + 4.0.0 + org.openslx + dnbd3-status + jar + 0.0.1-SNAPSHOT + DNBD3 Status Monitor + + + UTF-8 + true + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + true + + + + maven-assembly-plugin + + + package + + single + + + + + + + org.openslx.dnbd3.status.App + + + + + jar-with-dependencies + + + + + + + + com.google.code.gson + gson + 2.2.4 + compile + + + org.apache.commons + commons-math3 + 3.5 + + + ar.com.hjg + pngj + 2.1.0 + + + \ No newline at end of file -- cgit v1.2.3-55-g7522