From 0224cdf7be78cf0778f0b832a42c18c480c4b784 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 9 Dec 2019 09:22:54 +0100 Subject: switch to EAAF-Components 1.1.0-SNAPSHOT --- pom.xml | 671 ++++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 417 insertions(+), 254 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5fcc9388..d0856171 100644 --- a/pom.xml +++ b/pom.xml @@ -1,260 +1,423 @@ - - 4.0.0 - at.asitplus.eidas - ms_specific - 1.0.3-snapshot - pom - - MS specific eIDAS components + + 4.0.0 + at.asitplus.eidas + ms_specific + 1.0.3-snapshot + pom - - - 1.0.3-snapshot - - - - 0.3 - 0.4 - 1.0.13-SNAPSHOT - - 5.1.8.RELEASE - 3.0.11.RELEASE - 3.3.2 - - 3.9 - 1.7 - 4.4 - 28.0-jre - 2.10.3 - 2.22.1 - 1.7.26 - 1.0.5 - - + MS specific eIDAS components - - - default - - true - - default - - - - - egiz-commons - https://apps.egiz.gv.at/maven/ - - true - - - false - - - - egiz-commons-snapshot - https://apps.egiz.gv.at/maven-snapshot/ - - false - - - true - - - - - + + + ${project.version} - - connector_lib - connector - eidas_modules + + + 0.3 + 0.4 + 1.1.0-SNAPSHOT + + 5.2.2.RELEASE + 3.0.11.RELEASE + 3.3.4 + + 3.9 + 1.8 + 4.4 + 28.1-jre + 2.10.5 + 2.22.2 + 1.7.29 + 1.0.5 + + + + 0.8.5 + 3.1.0 + 3.12.0 + 3.1.12.2 + + ${project.build.directory}/thirdparty_licenses + https://apps.egiz.gv.at/checkstyle/egiz_pmd_checks.xml + + + + + + default + + true + + default + + + + + egiz-commons + https://apps.egiz.gv.at/maven/ + + true + + + false + + + + egiz-commons-snapshot + https://apps.egiz.gv.at/maven-snapshot/ + + false + + + true + + + + + + + + connector_lib + connector + eidas_modules - - - - - - at.gv.egiz.components - egiz-spring-api - ${egiz-spring-api} - - - at.gv.egiz.components - eventlog-slf4j - ${egiz-eventlog-slf4jBackend} - - - at.gv.egiz.eaaf - eaaf-core - ${eaaf-core.version} - - - at.gv.egiz.eaaf - eaaf_module_pvp2_idp - ${eaaf-core.version} - - - at.asitplus.eidas.ms_specific.modules - authmodule-eIDAS-v2 - ${egiz.eidas.version} - - - at.asitplus.eidas.ms_specific - modules - ${egiz.eidas.version} - - - at.asitplus.eidas.ms_specific - connector_lib - ${egiz.eidas.version} - - - - - - org.springframework - spring-webmvc - ${org.springframework.version} - - - org.springframework - spring-context - ${org.springframework.version} - - - org.thymeleaf - thymeleaf-spring5 - ${org.thymeleaf-spring5.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} - - - com.google.guava - guava - ${com.google.guava.version} - - - joda-time - joda-time - ${joda-time.version} - - - org.apache.cxf - cxf-rt-frontend-jaxws - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-http - ${cxf.version} - - - javax.servlet - javax.servlet-api - 3.0.1 - provided - - - org.apache.commons - commons-collections4 - ${commons-collections4.version} - - - - - - junit - junit - 4.12 - test - - - org.springframework - spring-test - ${org.springframework.version} - test - - - com.github.skjolber - mockito-soap-cxf - ${mockito-soap-cxf.version} - test - - - at.gv.egiz.eaaf - eaaf-core - ${eaaf-core.version} - test - test-jar - - - - - - ms-specific_eidas_node - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.7.0 - - 1.8 - 1.8 - - - - org.apache.cxf - cxf-codegen-plugin - ${cxf.version} - - - - - - maven-surefire-plugin - ${surefire.version} - - 1 - - - - org.apache.maven.surefire - surefire-junit47 - ${surefire.version} - - - - - - org.codehaus.mojo - versions-maven-plugin - 2.7 - - - - - - + + + + + + at.gv.egiz.components + egiz-spring-api + ${egiz-spring-api} + + + at.gv.egiz.components + eventlog-slf4j + ${egiz-eventlog-slf4jBackend} + + + at.gv.egiz.eaaf + eaaf-core + ${eaaf-core.version} + + + at.gv.egiz.eaaf + eaaf_module_pvp2_idp + ${eaaf-core.version} + + + at.asitplus.eidas.ms_specific.modules + authmodule-eIDAS-v2 + ${egiz.eidas.version} + + + at.asitplus.eidas.ms_specific + modules + ${egiz.eidas.version} + + + at.asitplus.eidas.ms_specific + connector_lib + ${egiz.eidas.version} + + + + + + org.springframework + spring-webmvc + ${org.springframework.version} + + + org.springframework + spring-context + ${org.springframework.version} + + + org.thymeleaf + thymeleaf-spring5 + ${org.thymeleaf-spring5.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} + + + com.google.guava + guava + ${com.google.guava.version} + + + joda-time + joda-time + ${joda-time.version} + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + org.apache.commons + commons-collections4 + ${commons-collections4.version} + + + + + + junit + junit + 4.12 + test + + + org.springframework + spring-test + ${org.springframework.version} + test + + + com.github.skjolber + mockito-soap-cxf + ${mockito-soap-cxf.version} + test + + + at.gv.egiz.eaaf + eaaf-core + ${eaaf-core.version} + test + test-jar + + + + + + ms-specific_eidas_node + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 1.8 + 1.8 + + + + org.apache.cxf + cxf-codegen-plugin + ${cxf.version} + + + + + + maven-surefire-plugin + ${surefire.version} + + 1 + + + + org.apache.maven.surefire + surefire-junit47 + ${surefire.version} + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.7 + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${maven-checkstyle-plugin.version} + + https://apps.egiz.gv.at/checkstyle/egiz_checks.xml + checks/checkstyleSuppress.xml + false + false + warning + false + + + + + validate + test + + check + + + + + + com.puppycrawl.tools + checkstyle + 8.26 + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + pre-unit-test + + prepare-agent + + + + post-unit-report + test + + report + + + target/jacoco-report + + + + post-unit-check + test + + check + + + false + + + BUNDLE + + + INSTRUCTION + COVEREDRATIO + 0.70 + + + BRANCH + COVEREDRATIO + 0.70 + + + + + + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + ${maven-pmd-plugin.version} + + + pmd_validate + test + + check + + + + + false + utf-8 + 100 + 1.8 + false + true + + ${pmw_rules_location} + + + + + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin.version} + + + spotbugs_validate + test + + check + + + + + false + + + + + + + + + + org.jacoco + jacoco-maven-plugin + + + + report + + + + + + org.apache.maven.plugins + maven-pmd-plugin + ${maven-pmd-plugin.version} + + + \ No newline at end of file -- cgit v1.2.3