From 257bad2360dc8ba68ef6f93219a90917a7ffe447 Mon Sep 17 00:00:00 2001 From: Michael Petretti Date: Tue, 6 May 2014 17:18:56 +0200 Subject: initial commit --- pom.xml | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..09734ac --- /dev/null +++ b/pom.xml @@ -0,0 +1,118 @@ + + 4.0.0 + + org.openslx.satellitedaemon + satellite-daemon + 1.0-SNAPSHOT + jar + + satellite-daemon + http://maven.apache.org + + + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + maven-assembly-plugin + + + package + + single + + + + + + + org.openslx.satellitedaemon.App + + + + jar-with-dependencies + + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.9 + + ${basedir} + file://${basedir}/extras/eclipse-code-style.xml + + + + + + src/main/properties + + ** + + + + + + + + org.apache.thrift + libthrift + 0.9.1 + compile + + + junit + junit + 3.8.1 + test + + + junit + junit + 4.11 + test + + + log4j + log4j + 1.2.17 + compile + + + org.slf4j + slf4j-log4j12 + 1.7.5 + compile + + + commons-net + commons-net + 3.3 + + + org.apache.ftpserver + ftpserver-core + 1.0.6 + test + + + org.slf4j + slf4j-api + 1.7.5 + test + + + -- cgit v1.2.3-55-g7522