From efb5ad9f5fe48a77b6cd14e7bd2b25e3b13ecb1f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 3 Jun 2014 16:44:56 +0200 Subject: Initial commit --- api/pom.xml | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 api/pom.xml (limited to 'api/pom.xml') diff --git a/api/pom.xml b/api/pom.xml new file mode 100644 index 0000000..48a9beb --- /dev/null +++ b/api/pom.xml @@ -0,0 +1,66 @@ + + 4.0.0 + org.openslx.taskmanager + taskmanager-api + jar + 1.0-SNAPSHOT + taskmanager-api + http://maven.apache.org + + + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + maven-assembly-plugin + + + package + + single + + + + + + jar-with-dependencies + + + + + + + + + log4j + log4j + 1.2.17 + compile + + + org.slf4j + slf4j-log4j12 + 1.7.5 + compile + + + com.google.code.gson + gson + 2.2.4 + compile + + + + -- cgit v1.2.3-55-g7522