From ae550884f5467f6ff6df23100686bc54e100d2d4 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 26 Jun 2018 11:06:20 +0200 Subject: initial commit --- pom.xml | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..f6b400b9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,155 @@ + + + 4.0.0 + at.gv.egiz.eidas + ms_specific + 1.x + pom + + MS specific eIDAS components + + + + 1.0.0-SNAPSHOT + + + + 0.1 + 1.0.0-snapshot + + + 4.3.17.RELEASE + + 3.7 + 1.3 + 2.20.1 + 1.7.25 + + + + + + default + + true + + default + + + + + egiz-commons + http://demo.egiz.gv.at/int-repo/ + + true + + + + + + + + + connector + eidas_modules + + + + + + + at.gv.egiz.components + egiz-spring-api + ${egiz-spring-api} + + + at.gv.egiz.eaaf + eaaf-core + ${eaaf-core.version} + + + at.gv.egiz.eaaf + eaaf_module_pvp2_idp + ${eaaf-core.version} + + + + + + org.springframework + spring-webmvc + ${org.springframework.version} + + + org.slf4j + slf4j-api + ${org.slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${org.slf4j.version} + + + org.apache.commons + commons-lang3 + ${org.apache.commons-lang3.version} + + + org.apache.commons + commons-text + ${org.apache.commons-text.version} + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + + + + junit + junit + 4.12 + test + + + + + + ms-specific_eidas_node + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 1.8 + 1.8 + + + + + + maven-surefire-plugin + ${surefire.version} + + 1 + --add-modules java.xml.bind + + + + org.apache.maven.surefire + surefire-junit47 + ${surefire.version} + + + + + + + + \ No newline at end of file -- cgit v1.2.3