From ae550884f5467f6ff6df23100686bc54e100d2d4 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 26 Jun 2018 11:06:20 +0200 Subject: initial commit --- eidas_modules/authmodule-eIDAS-v2/pom.xml | 124 ++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 eidas_modules/authmodule-eIDAS-v2/pom.xml (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml') diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml new file mode 100644 index 00000000..48a5a249 --- /dev/null +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -0,0 +1,124 @@ + + 4.0.0 + + at.gv.egiz.eidas.ms_specific + modules + 1.x + + + authmodule-eIDAS-v2 + eIDAS v2 authentication module + ${egiz.eidas.version} + eIDAS module based on eIDAS node reference implementation v2.x + + + 2.0.0 + 2.0.0 + 2.0.0 + + + + + default + + true + + + + egiz-commons + https://demo.egiz.gv.at/int-repo/ + + true + + + + + + + + + at.gv.egiz.components + egiz-spring-api + + + + + + eu.eidas + eidas-commons + ${eidas-commons.version} + + + + log4j + log4j + + + log4j-over-slf4j + org.slf4j + + + + + + eu.eidas + eidas-light-commons + ${eidas-light-commons.version} + + + + eu.eidas + eidas-specific-communication-definition + ${eidas-specific-communication-definition.version} + + + + + org.apache.commons + commons-lang3 + + + org.apache.commons + commons-text + + + org.springframework + spring-webmvc + + + javax.servlet + javax.servlet-api + provided + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + + + maven-surefire-plugin + + 1 + --add-modules java.xml.bind + + + + org.apache.maven.surefire + surefire-junit47 + ${surefire.version} + + + + + + \ No newline at end of file -- cgit v1.2.3