From c4f117e74b8ade8b420f0443955ec6b94f88cee4 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 9 Dec 2020 18:20:56 +0100 Subject: add findSecBugs extension into spotbugs plug-in --- eaaf_core/pom.xml | 272 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 143 insertions(+), 129 deletions(-) (limited to 'eaaf_core/pom.xml') diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index a1eee06e..178b53a3 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -1,108 +1,112 @@ - + 4.0.0 - at.gv.egiz - eaaf - 1.1.11-SNAPSHOT + at.gv.egiz + eaaf + 1.1.11-SNAPSHOT at.gv.egiz.eaaf eaaf-core EAAF core components Core components for identity managment implementations - + - - at.gv.egiz.eaaf - eaaf_core_api - - - at.gv.egiz.eaaf - eaaf_core_utils - - - - at.gv.egiz.components - eventlog-api - - - at.gv.egiz.components - egiz-spring-api - - - javax.annotation - javax.annotation-api - - - org.springframework - spring-webmvc - provided - - - org.slf4j - slf4j-api - - - - commons-codec - commons-codec - - - org.apache.commons - commons-lang3 - - - org.apache.commons - commons-collections4 - - - org.apache.commons - commons-text - - - commons-fileupload - commons-fileupload - - - javax.servlet - javax.servlet-api - - - org.apache.velocity - velocity - + + at.gv.egiz.eaaf + eaaf_core_api + + + at.gv.egiz.eaaf + eaaf_core_utils + + + + at.gv.egiz.components + eventlog-api + + + at.gv.egiz.components + egiz-spring-api + + + javax.annotation + javax.annotation-api + + + org.springframework + spring-webmvc + provided + + + org.slf4j + slf4j-api + + + + commons-codec + commons-codec + + + org.apache.commons + commons-lang3 + + + org.apache.commons + commons-collections4 + + + org.apache.commons + commons-text + + + commons-fileupload + commons-fileupload + + + javax.servlet + javax.servlet-api + + + org.apache.velocity + velocity + commons-collections - commons-collections - - - jaxen - jaxen - - - xerces - xercesImpl - - - xalan - xalan - - + commons-collections + + + org.owasp.encoder + encoder + + + jaxen + jaxen + + + xerces + xercesImpl + + + xalan + xalan + + - - junit - junit - test - - - org.springframework - spring-test - test - + + junit + junit + test + + + org.springframework + spring-test + test + at.gv.egiz.eaaf eaaf_core_utils @@ -110,10 +114,10 @@ test-jar - - + + eaaf_core - + org.apache.maven.plugins @@ -124,44 +128,54 @@ 1.8 - - - compile - testCompile - - + + + compile + testCompile + + - org.apache.maven.plugins - maven-jar-plugin - 3.1.0 - - - - test-jar - - - - - + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + + test-jar + + + + + - - maven-surefire-plugin - ${surefire.version} - - 1 - - - - org.apache.maven.surefire - surefire-junit47 - ${surefire.version} - - - - + + maven-surefire-plugin + ${surefire.version} + + 1 + + + + org.apache.maven.surefire + surefire-junit47 + ${surefire.version} + + + + + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin.version} + + true + checks/spotbugs-exclude.xml + + + - + -- cgit v1.2.3