commit 03318a14f42ebb65c002e0eca30517b4a51b5475 Author: Niclas Thobaben Date: Fri Feb 28 17:44:17 2020 +0100 inital diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..038b419 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.DS_STORE +.classpath +.project +.settings/ +target/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..8f1fb8b --- /dev/null +++ b/pom.xml @@ -0,0 +1,30 @@ + + 4.0.0 + + de.synolo + app-qs + 0.0.1-SNAPSHOT + jar + + app-qs + http://maven.apache.org + + + UTF-8 + + + + + junit + junit + 3.8.1 + test + + + de.synolo + lib-fw + 0.0.1-SNAPSHOT + + +