From bee5dd259a4438d45ecd1bcc26dfba12875236d6 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 26 Jun 2018 11:03:48 +0200 Subject: initial commit --- pom.xml | 200 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..54d2fb42 --- /dev/null +++ b/pom.xml @@ -0,0 +1,200 @@ + + + 4.0.0 + at.gv.egiz + eaaf + 1.x + pom + + EGIZ EAAF components + + + + 1.0.0-SNAPSHOT + + + + 0.4 + 0.1 + + 4.3.17.RELEASE + 2.6.6 + 1.4.6 + 1.5.6 + 2.1.2 + 2.1.0.1 + 2.20.1 + 1.7.25 + 1.11 + 3.7 + 1.3 + 4.1 + 1.3.3 + 3.0.1 + 1.7 + 1.3.2 + 1.1.6 + 2.11.0 + 2.7.2 + + + + + + default + + true + + default + + + + + egiz-commons + http://demo.egiz.gv.at/int-repo/ + + true + + + + shibboleth.internet2.edu + Internet2 + https://build.shibboleth.net/nexus/content/groups/public/ + + + + + + + eaaf_core + eaaf_modules + + + + + + at.gv.egiz.components + eventlog-api + ${at.gv.egiz.components.eventlog-api.version} + + + at.gv.egiz.components + egiz-spring-api + ${at.gv.egiz.components.egiz-spring-api} + + + + javax.annotation + javax.annotation-api + ${javax.annotation-api} + + + org.apache.commons + commons-collections4 + ${org.apache.commons-collections4} + + + org.springframework + spring-webmvc + ${org.springframework.version} + + + org.slf4j + slf4j-api + ${org.slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${org.slf4j.version} + + + commons-codec + commons-codec + ${commons-codec.version} + + + org.apache.commons + commons-lang3 + ${org.apache.commons-lang3.version} + + + org.apache.commons + commons-text + ${org.apache.commons-text.version} + + + commons-fileupload + commons-fileupload + ${commons-fileupload.version} + + + org.opensaml + opensaml + ${org.opensaml.version} + + + org.opensaml + xmltooling + ${org.opensaml.xmltooling.version} + + + org.opensaml + openws + ${org.opensaml.openws.version} + + + org.apache.santuario + xmlsec + ${org.apache.santuario.xmlsec.version} + + + org.owasp.esapi + esapi + ${org.owasp.esapi.version} + + + javax.servlet + javax.servlet-api + ${javax.servlet-api} + provided + + + org.apache.velocity + velocity + ${org.apache.velocity.version} + + + jaxen + jaxen + ${jaxen.verion} + + + xerces + xercesImpl + ${xerces.version} + + + xalan + xalan + ${xalan.version} + + + + + + junit + junit + 4.12 + test + + + org.springframework + spring-test + ${org.springframework.version} + test + + + + + \ No newline at end of file -- cgit v1.2.3