From 759ac5f42c6aff901dbeede4fbf1a1d2e08cad0f Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 4 Dec 2019 19:43:32 +0100 Subject: common EGIZ code-style refactoring --- eaaf_core_api/pom.xml | 128 +++++++++++++++++++++++++------------------------- 1 file changed, 65 insertions(+), 63 deletions(-) (limited to 'eaaf_core_api/pom.xml') diff --git a/eaaf_core_api/pom.xml b/eaaf_core_api/pom.xml index d3233dec..c16bf39c 100644 --- a/eaaf_core_api/pom.xml +++ b/eaaf_core_api/pom.xml @@ -1,6 +1,8 @@ - + 4.0.0 at.gv.egiz @@ -11,7 +13,7 @@ eaaf_core_api API for EAAF core components Core components API for identity managment implementations - + European Union Public License, version 1.2 (EUPL-1.2) @@ -28,41 +30,41 @@ https://www.egiz.gv.at - + UTF-8 - + - - org.slf4j - slf4j-api - - - com.google.code.findbugs - jsr305 - - - javax.servlet - javax.servlet-api - provided - - + + org.slf4j + slf4j-api + + + com.google.code.findbugs + jsr305 + + + javax.servlet + javax.servlet-api + provided + + junit junit test - - - eaaf_core_api - - - - src/main/resources - - - + + + eaaf_core_api + + + + src/main/resources + + + org.apache.maven.plugins @@ -73,44 +75,44 @@ 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} + + + + - + -- cgit v1.2.3