From 26e422ff90f2a4fb9d2d25c0b2328b365fe5f0d7 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 11 Dec 2020 16:33:00 +0100 Subject: add 'findSecBugs' plug-in into 'spotBugs' module and solve bugs or exclude false-positive update gitlab-ci configuration to display jUnit test-coverage --- pom.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 46 insertions(+), 11 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 2c8cb1e7..c360f910 100644 --- a/pom.xml +++ b/pom.xml @@ -20,29 +20,32 @@ 0.3 0.4 1.1.10 - 5.2.9.RELEASE + 5.2.12.RELEASE 3.0.11.RELEASE - 3.4.0 + 3.4.1 3.11 1.9 4.4 - 29.0-jre - 2.10.6 + 30.0-jre + 2.10.8 1.7.30 - 2.11.3 - - + 2.12.0 + + - 4.13 + 4.13.1 2.22.2 1.0.5 0.8.6 3.1.1 - 3.13.0 - 4.0.4 + 3.14.0 + 4.1.4 + 1.11.0 + + 6.0.3 ${project.build.directory}/thirdparty_licenses https://apps.egiz.gv.at/checkstyle/egiz_pmd_checks.xml @@ -95,6 +98,7 @@ connector_lib connector eidas_modules + build_reporting @@ -120,6 +124,12 @@ eaaf_module_pvp2_idp ${eaaf-core.version} + + at.asitplus.eidas.ms_specific + ms_specific_connector + war + ${egiz.eidas.version} + at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 @@ -303,6 +313,24 @@ ${maven-assembly-plugin.version} + + org.owasp + dependency-check-maven + ${dependency-check-maven.version} + + 11 + false + + + + + check + + + + + + @@ -453,6 +481,13 @@ true + + + com.h3xstream.findsecbugs + findsecbugs-plugin + ${findsecbugs-plugin.version} + + @@ -479,4 +514,4 @@ - \ No newline at end of file + -- cgit v1.2.3