From 75fe6d2b738245a3fbe6432b1e542beead5dcbf2 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 17 May 2019 12:21:00 +0200 Subject: refactor EAAF core to split API and Implementation --- eaaf_core_api/pom.xml | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 eaaf_core_api/pom.xml (limited to 'eaaf_core_api/pom.xml') diff --git a/eaaf_core_api/pom.xml b/eaaf_core_api/pom.xml new file mode 100644 index 00000000..76783159 --- /dev/null +++ b/eaaf_core_api/pom.xml @@ -0,0 +1,117 @@ + + + 4.0.0 + + at.gv.egiz + eaaf + 1.x + + at.gv.egiz.eaaf + eaaf_core_api + ${egiz.eaaf.version} + API for EAAF core components + Core components API for identity managment implementations + + + + 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 + + + + + UTF-8 + + + + + org.slf4j + slf4j-api + + + com.google.code.findbugs + jsr305 + + + javax.servlet + javax.servlet-api + provided + + + junit + junit + test + + + + + eaaf_core_api + + + + src/main/resources + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 1.8 + 1.8 + + + + + compile + testCompile + + + + + + 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} + + + + + + + + -- cgit v1.2.3