From 7070adf32df6534edfaf4e4217eb426158eb561d Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 17 May 2019 12:36:23 +0200 Subject: add EAAF module for MOA-Sig integration --- eaaf_modules/eaaf_module_moa-sig/pom.xml | 230 +++++++++++++++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 eaaf_modules/eaaf_module_moa-sig/pom.xml (limited to 'eaaf_modules/eaaf_module_moa-sig/pom.xml') diff --git a/eaaf_modules/eaaf_module_moa-sig/pom.xml b/eaaf_modules/eaaf_module_moa-sig/pom.xml new file mode 100644 index 00000000..98a7ddaf --- /dev/null +++ b/eaaf_modules/eaaf_module_moa-sig/pom.xml @@ -0,0 +1,230 @@ + + + 4.0.0 + + at.gv.egiz.eaaf + eaaf_modules + 1.x + + eaaf_module_moa-sig + ${egiz.eaaf.version} + + MOA-Sig signature verification module + + + + 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 + + + + + + MOA + MOA Dependencies + + true + ignore + + default + file://${basedir}/repository + + + + + + at.gv.egiz.components + egiz-spring-api + + + at.gv.egiz.eaaf + eaaf_core_api + + + + joda-time + joda-time + + + org.apache.commons + commons-lang3 + + + + MOA.spss.server + moa-sig-lib + + + commons-logging + commons-logging + + + * + axis + + + + + MOA.spss + common + + + MOA.spss + tsl_lib + + + iaik.prod + iaik_cms + + + iaik.prod + iaik_cpades + + + iaik.prod + iaik_cpxlevel + + + iaik.prod + iaik_eccelerate + + + iaik.prod + iaik_eccelerate_addon + + + iaik.prod + iaik_eccelerate_cms + + + iaik.prod + iaik_jce_full + + + iaik.prod + iaik_jsse + + + iaik.prod + iaik_moa + + + iaik.prod + iaik_pki_module + + + iaik.prod + iaik_sva + + + iaik.prod + iaik_tsp + + + iaik.prod + iaik_util + + + iaik.prod + iaik_xades + + + iaik.prod + iaik_xsect + + + + + junit + junit + test + + + org.springframework + spring-test + test + + + org.apache.commons + commons-lang3 + test + + + + + + + + + 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} + + + + + + -- cgit v1.2.3