From bee5dd259a4438d45ecd1bcc26dfba12875236d6 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 26 Jun 2018 11:03:48 +0200 Subject: initial commit --- eaaf_core/pom.xml | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 eaaf_core/pom.xml (limited to 'eaaf_core/pom.xml') diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml new file mode 100644 index 00000000..719a1989 --- /dev/null +++ b/eaaf_core/pom.xml @@ -0,0 +1,133 @@ + + 4.0.0 + + at.gv.egiz + eaaf + 1.x + + + at.gv.egiz.eaaf + eaaf-core + ${egiz.eaaf.version} + EAAF core components + Core components for identity managment implementations + + + 2.20.1 + 1.7.25 + + + + + + at.gv.egiz.components + eventlog-api + + + at.gv.egiz.components + egiz-spring-api + + + javax.annotation + javax.annotation-api + + + org.springframework + spring-webmvc + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + + + 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 + + + jaxen + jaxen + + + xerces + xercesImpl + + + xalan + xalan + + + + junit + junit + test + + + org.springframework + spring-test + test + + + + + eaaf_core + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 1.8 + 1.8 + + + + + + maven-surefire-plugin + ${surefire.version} + + 1 + --add-modules java.xml.bind + + + + org.apache.maven.surefire + surefire-junit47 + ${surefire.version} + + + + + + + + \ No newline at end of file -- cgit v1.2.3