From 32dc5354e2916387a2c62eadae0a4568023f1151 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 3 Jun 2014 16:47:36 +0200 Subject: Initial commit --- pom.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..270801b --- /dev/null +++ b/pom.xml @@ -0,0 +1,57 @@ + + 4.0.0 + + org.openslx.satserver + taskmanager-tasks-bwlp + 1.0-SNAPSHOT + jar + + taskmanager-tasks-bwlp + http://maven.apache.org + + + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + + + + + junit + junit + 3.8.1 + test + + + org.openslx.taskmanager + taskmanager-api + ${project.version} + provided + + + commons-io + commons-io + 2.4 + compile + + + org.apache.commons + commons-compress + 1.8 + compile + + + -- cgit v1.2.3-55-g7522