From 053f1046c208baf2dd7eafffdceba89bcfbbee4a Mon Sep 17 00:00:00 2001 From: Tharre Date: Sun, 22 Apr 2018 18:25:09 +0200 Subject: Initial commit --- pom.xml | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..172ff4f --- /dev/null +++ b/pom.xml @@ -0,0 +1,137 @@ + + + 4.0.0 + + at.ac.tuwien.sepm.assignment.groupphase + ss18_sepm_qse_13 + 1.0-SNAPSHOT + + + + UTF-8 + 10 + 10 + at.ac.tuwien.sepm.assignment.groupphase.application.MainApplication + + 5.0.5.RELEASE + 1.8.0-beta2 + + 1.4.197 + 1.3.0-alpha4 + + 4.12 + 2.18.0 + + 2.21.0 + 3.1.1 + + + + + + org.springframework + spring-core + ${spring.version} + + + commons-logging + commons-logging + + + + + org.springframework + spring-context + ${spring.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + + + com.h2database + h2 + ${h2.version} + runtime + + + ch.qos.logback + logback-classic + ${logback.version} + runtime + + + ch.qos.logback + logback-core + ${logback.version} + runtime + + + + junit + junit + ${junit.version} + test + + + org.mockito + mockito-core + ${mockito.version} + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + methods + 10 + + + *.java + + + + + org.apache.maven.plugins + maven-shade-plugin + ${maven-shade-plugin.version} + + + + package + + shade + + + + + + false + + ${project.build.directory}/original + + + + + ${exec.mainClass} + ${java.version} + ${java.version} + + + + + + + + + -- cgit v1.2.3-70-g09d2