From d781f0e89f16c650f70cc47d1ed5c4da2673b4d1 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 11 Apr 2019 09:45:25 +0200 Subject: add EAAF module for authentication method based on Security-Layer 2.0 communication --- eaaf_modules/eaaf_module_auth_sl20/pom.xml | 115 +++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 eaaf_modules/eaaf_module_auth_sl20/pom.xml (limited to 'eaaf_modules/eaaf_module_auth_sl20/pom.xml') diff --git a/eaaf_modules/eaaf_module_auth_sl20/pom.xml b/eaaf_modules/eaaf_module_auth_sl20/pom.xml new file mode 100644 index 00000000..722b334a --- /dev/null +++ b/eaaf_modules/eaaf_module_auth_sl20/pom.xml @@ -0,0 +1,115 @@ + + 4.0.0 + + at.gv.egiz.eaaf + eaaf_modules + 1.x + + eaaf_module_auth_sl20 + ${egiz.eaaf.version} + Generic SL2.0 authentication + + + + European Union Public License, version 1.2 (EUPL-1.2) + https://opensource.org/licenses/EUPL-1.2 + repo + + + + + + Thomas Lenz + thomas.lenz@egiz.gv.at + eGovernment Innovation Center (EGIZ) + https://www.egiz.gv.at + + + + + + at.gv.egiz.eaaf + eaaf-core + ${egiz.eaaf.version} + + + org.bitbucket.b_c + jose4j + + + com.fasterxml.jackson.core + jackson-databind + + + + javax.servlet + javax.servlet-api + provided + + + + + + + src/main/resources + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${java.version} + ${java.version} + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.1 + + + + true + true + true + + + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + + + + test-output + + + + + + + + maven-surefire-plugin + ${surefire.version} + + 1 + + + + org.apache.maven.surefire + surefire-junit47 + ${surefire.version} + + + + + + + \ No newline at end of file -- cgit v1.2.3