From 19b9d8fe9f6421a64cef1e3da8ac72b0cea24ca2 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 5 Aug 2019 16:13:27 +0200 Subject: add poms into local repo --- .../eidas-commons/1.4.3/eidas-commons-1.4.3.pom | 102 +++ .../1.4.3/eidas-configmodule-1.4.3.pom | 75 ++ .../1.4.3/eidas-encryption-1.4.3.pom | 103 +++ .../1.4.3/eidas-light-commons-1.4.3.pom | 55 ++ .../eidas-parent/1.4.3/eidas-parent-1.4.3.pom | 862 +++++++++++++++++++++ .../1.4.3/eidas-saml-engine-1.4.3.pom | 150 ++++ .../eID4U/eID4U_commons/0.2/eID4U_commons-0.2.pom | 6 + 7 files changed, 1353 insertions(+) create mode 100644 repository/eu/eidas/eidas-commons/1.4.3/eidas-commons-1.4.3.pom create mode 100644 repository/eu/eidas/eidas-configmodule/1.4.3/eidas-configmodule-1.4.3.pom create mode 100644 repository/eu/eidas/eidas-encryption/1.4.3/eidas-encryption-1.4.3.pom create mode 100644 repository/eu/eidas/eidas-light-commons/1.4.3/eidas-light-commons-1.4.3.pom create mode 100644 repository/eu/eidas/eidas-parent/1.4.3/eidas-parent-1.4.3.pom create mode 100644 repository/eu/eidas/eidas-saml-engine/1.4.3/eidas-saml-engine-1.4.3.pom (limited to 'repository') diff --git a/repository/eu/eidas/eidas-commons/1.4.3/eidas-commons-1.4.3.pom b/repository/eu/eidas/eidas-commons/1.4.3/eidas-commons-1.4.3.pom new file mode 100644 index 000000000..13929f1b6 --- /dev/null +++ b/repository/eu/eidas/eidas-commons/1.4.3/eidas-commons-1.4.3.pom @@ -0,0 +1,102 @@ + + 4.0.0 + eidas-commons + ${mod.packaging.type} + eIDAS Commons + + The EIDASCommons library provides beans, Java Interfaces and utility classes to integrate EidasNode and SAML + Engine. + + + eu.eidas + eidas-parent + 1.4.3 + ../EIDAS-Parent/pom.xml + + + + eu.eidas + eidas-light-commons + + + joda-time + joda-time + + + org.slf4j + slf4j-api + + + org.bouncycastle + bcprov-jdk15on + + + + javax.servlet + servlet-api + + + org.owasp.encoder + encoder + + + com.hazelcast + hazelcast + + + com.hazelcast + hazelcast-wm + + + + org.slf4j + slf4j-log4j12 + test + + + + + + + ${project.basedir}/src/main/resources + + + + + org.apache.maven.plugins + maven-source-plugin + + + + + src/test/resources + + log4j.xml + *.properties + + + + + + + metrics + + + + org.codehaus.mojo + cobertura-maven-plugin + + + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + + + + diff --git a/repository/eu/eidas/eidas-configmodule/1.4.3/eidas-configmodule-1.4.3.pom b/repository/eu/eidas/eidas-configmodule/1.4.3/eidas-configmodule-1.4.3.pom new file mode 100644 index 000000000..f8591799f --- /dev/null +++ b/repository/eu/eidas/eidas-configmodule/1.4.3/eidas-configmodule-1.4.3.pom @@ -0,0 +1,75 @@ + + 4.0.0 + eidas-configmodule + jar + eIDAS Configuration Module + + Handling of Eidas configuration + + + eu.eidas + eidas-parent + 1.4.3 + ../EIDAS-Parent/pom.xml + + + + + eu.eidas + eidas-commons + + + + + commons-lang + commons-lang + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + + + org.springframework + spring-test + + + xerces + xercesImpl + test + + + xml-apis + xml-apis + test + + + org.slf4j + jcl-over-slf4j + test + + + + + metrics + + + + org.codehaus.mojo + cobertura-maven-plugin + + + + + + diff --git a/repository/eu/eidas/eidas-encryption/1.4.3/eidas-encryption-1.4.3.pom b/repository/eu/eidas/eidas-encryption/1.4.3/eidas-encryption-1.4.3.pom new file mode 100644 index 000000000..a7c8f4bc9 --- /dev/null +++ b/repository/eu/eidas/eidas-encryption/1.4.3/eidas-encryption-1.4.3.pom @@ -0,0 +1,103 @@ + + + 4.0.0 + eidas-encryption + jar + eIDAS Encryption + + Encryption for EIDASSAMLEngine + + + eu.eidas + eidas-parent + 1.4.3 + ../EIDAS-Parent/pom.xml + + + + shib-release + + https://build.shibboleth.net/nexus/content/groups/public + + + false + + + + + + + eu.eidas + eidas-light-commons + + + joda-time + joda-time + + + org.opensaml + opensaml + + + org.apache.santuario + xmlsec + + + commons-codec + commons-codec + runtime + + + commons-collections + commons-collections + runtime + + + commons-httpclient + commons-httpclient + runtime + + + org.slf4j + slf4j-api + + + + commons-io + commons-io + test + + + ch.qos.logback + logback-classic + test + + + xerces + xercesImpl + test + + + xml-apis + xml-apis + test + + + org.bouncycastle + bcprov-jdk15on + test + + + + eu.eidas + eidas-commons + + + xerces + xercesImpl + + + + \ No newline at end of file diff --git a/repository/eu/eidas/eidas-light-commons/1.4.3/eidas-light-commons-1.4.3.pom b/repository/eu/eidas/eidas-light-commons/1.4.3/eidas-light-commons-1.4.3.pom new file mode 100644 index 000000000..0483b877c --- /dev/null +++ b/repository/eu/eidas/eidas-light-commons/1.4.3/eidas-light-commons-1.4.3.pom @@ -0,0 +1,55 @@ + + 4.0.0 + eidas-light-commons + ${mod.packaging.type} + eIDAS Light Commons + + The EIDASLightCommons library provides Java Interfaces and utility classes to integrate EIDASCommons and eIDAS Specific Communication Definition. + + + eu.eidas + eidas-parent + 1.4.3 + ../EIDAS-Parent/pom.xml + + + + joda-time + joda-time + + + com.ibm.icu + icu4j + + + + + + org.apache.maven.plugins + maven-source-plugin + + + + + + metrics + + + + org.codehaus.mojo + cobertura-maven-plugin + + + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + + + + diff --git a/repository/eu/eidas/eidas-parent/1.4.3/eidas-parent-1.4.3.pom b/repository/eu/eidas/eidas-parent/1.4.3/eidas-parent-1.4.3.pom new file mode 100644 index 000000000..19b9fe6e3 --- /dev/null +++ b/repository/eu/eidas/eidas-parent/1.4.3/eidas-parent-1.4.3.pom @@ -0,0 +1,862 @@ + + + 4.0.0 + eu.eidas + eidas-parent + pom + eIDAS Node Parent + 1.4.3 + + The EIDAS-Parent provides artifacts versions for Eidas Node components. + + + + EIDASParent + EidasNode + UTF-8 + war + jar + ${maven.build.timestamp} + + 1.7 + + 0.5.2 + 0.5.1 + + + 0.2 + + + + 4.1.0.RELEASE + 0.3.9 + 1.4.5 + 1.5.5 + 2.6.5-eidas_1 + 2.5 + 2.0 + 1.1.2 + 1.2.5 + 1.18 + 1.7.10 + 1.1.2 + 1.10.19 + 4.12 + 1.3 + 1.9 + 3.2.2 + 2.4 + 2.6 + 1.1.3 + 3.1 + 3.1 + 3.2 + 1.52 + 1.1.1 + 1.4.0 + 2.1.0 + 2.2.2 + 1.4.01 + 2.11.0 + 2.7.2 + 2.6 + 1.2.17 + 2.3 + 1.5 + 1.2.2 + 2.3.32 + 55.1 + 7.4.2 + ${vaadin.version} + 1.0.0.beta1 + 0.0.5.RELEASE + 9.2.3.v20140905 + 2.0.5 + 19.0 + 3.0.1 + 57.1 + + + 2.8.1 + 2.3.2 + 2.19.1 + 2.0.2 + 2.7 + 2.4 + 2.7 + 1.5 + 2.1.2 + 2.5.2 + 2.6.1 + + + + + + + eu.eidas + eidas-commons + ${project.version} + + + eu.eidas + eidas-light-commons + ${project.version} + + + eu.eidas + eidas-configmodule + ${project.version} + + + eu.eidas + eidas-encryption + ${project.version} + + + eu.eidas + eidas-saml-engine + ${project.version} + + + eu.eidas + eidas-updater + ${project.version} + + + eu.eidas + eidas-specific + ${project.version} + + + eu.eidas + eidas-specific-communication-definition + ${project.version} + + + eu.eidas + eidas-node + ${project.version} + + + eu.eidas + eidas-sp + ${project.version} + + + eu.eidas + eidas-idp + ${project.version} + + + + + eu.eidas.extension.eID4U + eID4U_commons + ${eID4U.module.version} + + + + + joda-time + joda-time + ${joda.time.version} + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + + + org.slf4j + log4j-over-slf4j + ${slf4j.version} + + + org.slf4j + jul-to-slf4j + ${slf4j.version} + + + org.slf4j + slf4j-simple + ${slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + + commons-logging + commons-logging + ${commons.logging} + + + + log4j + log4j + ${log4j.version} + + + javax.jms + jms + + + com.sun.jdmk + jmxtools + + + com.sun.jmx + jmxri + + + mail + javax.mail + + + + + + ch.qos.logback + logback-classic + ${logback.version} + + + org.slf4j + slf4j-api + + + + + + org.bouncycastle + bcprov-jdk15on + ${bouncycastle.version} + + provided + + + + commons-codec + commons-codec + ${commons.codec} + + + commons-collections + commons-collections + ${commons.collections} + + + commons-httpclient + commons-httpclient + ${commons.httpclient} + + + commons-logging + commons-logging + + + commons-codec + commons-codec + + + + + commons-io + commons-io + ${commons.io} + + + commons-lang + commons-lang + ${commons.lang} + + + org.owasp.encoder + encoder + ${owasp.version} + + + org.owasp.encoder + encoder-jsp + ${owasp.version} + + + org.owasp.esapi + esapi + ${owasp.esapi.version} + + + commons-configuration + commons-configuration + + + commons-beanutils + commons-beanutils-core + + + commons-fileupload + commons-fileupload + + + commons-io + commons-io + + + commons-collections + commons-collections + + + log4j + log4j + + + xom + xom + + + org.beanshell + bsh-core + + + org.owasp.antisamy + antisamy + + + + + com.google.guava + guava + ${guava.version} + + + com.google.code.findbugs + jsr305 + ${jsr305.version} + provided + + + org.opensaml + opensaml + ${opensaml.version} + + + commons-codec + commons-codec + + + commons-collections + commons-collections + + + commons-httpclient + commons-httpclient + + + commons-lang + commons-lang + + + commons-logging + commons-logging + + + javax.servlet + servlet-api + + + joda-time + joda-time + + + junit + junit + + + log4j + log4j + + + org.apache.santuario + xmlsec + + + org.apache.velocity + velocity + + + org.bouncycastle + bcprov-jdk15on + + + org.owasp.esapi + esapi + + + org.slf4j + slf4j-api + + + org.slf4j + jcl-over-slf4j + + + org.slf4j + log4j-over-slf4j + + + org.slf4j + jul-to-slf4j + + + org.springframework + spring-test + + + + + + javax.servlet + servlet-api + ${servlet.version} + provided + + + + javax.servlet + jsp-api + ${jsp.api} + provided + + + + javax.servlet + jstl + ${jstl.version} + + + org.apache.taglibs + taglibs-standard-impl + ${apache.taglibs} + + + taglibs + standard + ${jstl.version} + + + + javax + javaee-api + 7.0 + provided + + + + org.springframework + spring-core + ${spring.version} + + + commons-logging + commons-logging + + + + + org.springframework + spring-beans + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-context-support + ${spring.version} + + + org.springframework + spring-web + ${spring.version} + + + org.springframework + spring-aop + ${spring.version} + + + xerces + xercesImpl + ${xerces.version} + + + xml-apis + xml-apis + + + + + xalan + xalan + ${xalan.version} + + + xml-apis + xml-apis + + + + + xalan + serializer + ${xalan.version} + + + xml-apis + xml-apis + + + + + xml-apis + xml-apis + ${xmlapis.version} + + + org.apache.santuario + xmlsec + ${xmlsec.version} + + + org.slf4j + slf4j-api + + + commons-codec + commons-codec + + + + + + com.sun.jersey + jersey-server + ${jersey.version} + + + + com.sun.jersey.contribs + jersey-spring + ${jersey.version} + + + org.springframework + spring + + + org.springframework + spring-core + + + org.springframework + spring-web + + + org.springframework + spring-beans + + + org.springframework + spring-aop + + + org.springframework + spring-context + + + com.sun.jersey + jersey-server + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + + + + com.hazelcast + hazelcast + ${hazelcast.version} + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + + + com.hazelcast + hazelcast-wm + ${hazelcast.version} + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + + + + org.apache.struts + struts2-core + ${struts.version} + + + cglib + cglib-nodep + ${cglib.version} + + + cglib + cglib + ${cglib.version} + + + + com.ibm.icu + icu4j + ${icu4j.version} + + + + + junit + junit + ${junit.version} + test + + + org.hamcrest + hamcrest-all + ${hamcrest.version} + test + + + org.mockito + mockito-core + ${mockito.version} + test + + + xmlunit + xmlunit + ${xmlunit.version} + test + + + org.springframework + spring-test + ${spring.version} + test + + + + + + + + commons-collections + commons-collections + + + commons-io + commons-io + + + commons-lang + commons-lang + + + com.google.guava + guava + + + com.google.code.findbugs + jsr305 + + + + + junit + junit + + + hamcrest-core + org.hamcrest + + + + + org.hamcrest + hamcrest-all + + + org.mockito + mockito-core + + + hamcrest-core + org.hamcrest + + + + + xmlunit + xmlunit + + + + + + + + org.apache.maven.plugins + maven-war-plugin + ${war.plugin.version} + + + + ${project.basedir}/src/main/webapp/WEB-INF + true + WEB-INF + + **/web.xml + + + + + + + org.apache.maven.plugins + maven-source-plugin + ${source.plugin.version} + + + attach-sources + verify + + jar-no-fork + + + + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.plugin.version} + + + html + xml + + + + + org.apache.maven.plugins + maven-resources-plugin + ${resources.plugin.version} + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${compile.plugin.version} + + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.plugin.version} + + false + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${javadoc.plugin.version} + + true + + + + + + + ../EIDAS-Light-Commons + ../EIDAS-Commons + ../EIDAS-ConfigModule + ../EIDAS-Encryption + ../EIDAS-SAMLEngine + ../EIDAS-UPDATER + ../EIDAS-Specific + ../EIDAS-SpecificCommunicationDefinition + ../EIDAS-Node + ../EIDAS-SP + ../EIDAS-IdP-1.0 + ../eID4U_commons + + + + + EIDASprojectrepo + EIDASprojectrepo + file://${project.basedir}/../EIDAS-Encryption/src/main/lib + + + \ No newline at end of file diff --git a/repository/eu/eidas/eidas-saml-engine/1.4.3/eidas-saml-engine-1.4.3.pom b/repository/eu/eidas/eidas-saml-engine/1.4.3/eidas-saml-engine-1.4.3.pom new file mode 100644 index 000000000..c03f53f71 --- /dev/null +++ b/repository/eu/eidas/eidas-saml-engine/1.4.3/eidas-saml-engine-1.4.3.pom @@ -0,0 +1,150 @@ + + 4.0.0 + eidas-saml-engine + jar + eIDAS SAML Engine + + The EIDASSAMLEngine library provides tools to support developers working with the Security Assertion Markup + Language (SAML). + + + eu.eidas + eidas-parent + 1.4.3 + ../EIDAS-Parent/pom.xml + + + + + shib-release + + https://build.shibboleth.net/nexus/content/groups/public + + false + + + + + + + + eu.eidas + eidas-commons + + + eu.eidas + eidas-encryption + + + eu.eidas + eidas-configmodule + + + + + eu.eidas.extension.eID4U + eID4U_commons + + + + + + org.opensaml + opensaml + + + org.slf4j + slf4j-api + + + org.owasp.esapi + esapi + + + commons-codec + commons-codec + + + commons-collections + commons-collections + + + commons-httpclient + commons-httpclient + + + org.bouncycastle + bcprov-jdk15on + + + org.apache.santuario + xmlsec + + + + + xerces + xercesImpl + test + + + xml-apis + xml-apis + test + + + org.slf4j + slf4j-simple + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + false + + src/main/resources + src/test/resources + + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + + ${project.version} + ${samlspecacept.version} + ${samlspec.version} + None + ${timestamp} + + + + + + + + + metrics + + + + org.codehaus.mojo + cobertura-maven-plugin + + + + + + \ No newline at end of file diff --git a/repository/eu/eidas/extension/eID4U/eID4U_commons/0.2/eID4U_commons-0.2.pom b/repository/eu/eidas/extension/eID4U/eID4U_commons/0.2/eID4U_commons-0.2.pom index 644afff0c..6f7a12945 100644 --- a/repository/eu/eidas/extension/eID4U/eID4U_commons/0.2/eID4U_commons-0.2.pom +++ b/repository/eu/eidas/extension/eID4U/eID4U_commons/0.2/eID4U_commons-0.2.pom @@ -2,6 +2,12 @@ 4.0.0 + + eu.eidas + eidas-parent + 1.4.3 + ../EIDAS-Parent/pom.xml + eu.eidas.extension.eID4U eID4U_commons ${eID4U.module.version} -- cgit v1.2.3