From fd1f836eda8a6a7c4683dd6e0b1ba38e39a87148 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 17 Mar 2016 08:32:13 +0100 Subject: add missing eIDAS dependencies --- .../eidas.1.0/eidas-commons-eidas.1.0-sources.jar | Bin 0 -> 67354 bytes .../eidas.1.0/eidas-commons-eidas.1.0.jar | Bin 0 -> 77598 bytes .../eidas.1.0/eidas-commons-eidas.1.0.pom | 201 ++++++++++++++ .../eidas.1.0/eidas-configmodule-eidas.1.0.jar | Bin 0 -> 67280 bytes .../eidas.1.0/eidas-configmodule-eidas.1.0.pom | 150 +++++++++++ .../eidas.1.0/eidas-encryption-eidas.1.0.jar | Bin 0 -> 20492 bytes .../eidas.1.0/eidas-encryption-eidas.1.0.pom | 174 +++++++++++++ .../eidas.1.0/saml-engine-eidas.1.0-sources.jar | Bin 0 -> 304899 bytes .../eidas.1.0/saml-engine-eidas.1.0.jar | Bin 0 -> 339793 bytes .../eidas.1.0/saml-engine-eidas.1.0.pom | 290 +++++++++++++++++++++ 10 files changed, 815 insertions(+) create mode 100644 repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0-sources.jar create mode 100644 repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.jar create mode 100644 repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.pom create mode 100644 repository/eu/eidas/eidas-configmodule/eidas.1.0/eidas-configmodule-eidas.1.0.jar create mode 100644 repository/eu/eidas/eidas-configmodule/eidas.1.0/eidas-configmodule-eidas.1.0.pom create mode 100644 repository/eu/eidas/eidas-encryption/eidas.1.0/eidas-encryption-eidas.1.0.jar create mode 100644 repository/eu/eidas/eidas-encryption/eidas.1.0/eidas-encryption-eidas.1.0.pom create mode 100644 repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0-sources.jar create mode 100644 repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.jar create mode 100644 repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.pom (limited to 'repository/eu/eidas') diff --git a/repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0-sources.jar b/repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0-sources.jar new file mode 100644 index 000000000..9a8ab0b95 Binary files /dev/null and b/repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0-sources.jar differ diff --git a/repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.jar b/repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.jar new file mode 100644 index 000000000..6ffe68b24 Binary files /dev/null and b/repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.jar differ diff --git a/repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.pom b/repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.pom new file mode 100644 index 000000000..ceb0b4dcb --- /dev/null +++ b/repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.pom @@ -0,0 +1,201 @@ + + 4.0.0 + eu.eidas + eidas-commons + ${mod.packaging.type} + eidas Commons + + UTF-8 + + + eu.eidas + eidas-parent + eidas + ../EIDAS-Parent/pom.xml + + ${project.version} + + The EIDASCommons library provides beans, Java Interfaces and utility classes to integrate EidasNode and SAML Engine. + + + + + + joda-time + joda-time + ${joda.time.version} + + + + org.slf4j + log4j-over-slf4j + ${slf4j.version} + + + + log4j + log4j + ${log4j.version} + + + javax.jms + jms + + + com.sun.jdmk + jmxtools + + + com.sun.jmx + jmxri + + + mail + javax.mail + + + + + + + + org.bouncycastle + bcprov-jdk15on + ${bouncycastle.version} + provided + + + + + + javax.servlet + servlet-api + ${servlet.version} + provided + + + + commons-lang + commons-lang + ${commons.lang} + jar + compile + + + junit + junit + ${junit.version} + test + + + org.owasp.encoder + encoder + ${owasp.version} + + + + + eidas-commons + + + + org.apache.maven.plugins + maven-compiler-plugin + ${compile.plugin.version} + + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-surefire-plugin + + false + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${javadoc.plugin.version} + + + http://commons.apache.org/lang/api/ + http://java.sun.com/j2se/1.6.0/docs/api/ + http://www.bouncycastle.org/docs/docs1.6/ + http://docs.oracle.com/javase/6/docs/api/ + + + + + org.apache.maven.plugins + maven-source-plugin + ${source.plugin.version} + + + attach-sources + verify + + jar-no-fork + + + + + + + + src/test/resources + + log4j.xml + *.properties + + + + + + + embedded + + + + ${project.basedir}/src/main/resources + + + ${project.basedir}/src/main/config/embedded + + + + + + metrics + + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.plugin.version} + + + html + xml + + + + + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.plugin.version} + + + + diff --git a/repository/eu/eidas/eidas-configmodule/eidas.1.0/eidas-configmodule-eidas.1.0.jar b/repository/eu/eidas/eidas-configmodule/eidas.1.0/eidas-configmodule-eidas.1.0.jar new file mode 100644 index 000000000..791e563c4 Binary files /dev/null and b/repository/eu/eidas/eidas-configmodule/eidas.1.0/eidas-configmodule-eidas.1.0.jar differ diff --git a/repository/eu/eidas/eidas-configmodule/eidas.1.0/eidas-configmodule-eidas.1.0.pom b/repository/eu/eidas/eidas-configmodule/eidas.1.0/eidas-configmodule-eidas.1.0.pom new file mode 100644 index 000000000..cf9691046 --- /dev/null +++ b/repository/eu/eidas/eidas-configmodule/eidas.1.0/eidas-configmodule-eidas.1.0.pom @@ -0,0 +1,150 @@ + + 4.0.0 + eu.eidas + eidas-configmodule + jar + EIDAS Configuration Management Module + + UTF-8 + + + handling of Eidas configuration + + + eu.eidas + eidas-parent + eidas + ../EIDAS-Parent/pom.xml + + ${project.version} + + + org.slf4j + log4j-over-slf4j + ${slf4j.version} + + + + log4j + log4j + ${log4j.version} + + + javax.jms + jms + + + com.sun.jdmk + jmxtools + + + com.sun.jmx + jmxri + + + mail + javax.mail + + + + + + commons-lang + commons-lang + ${commons.lang} + jar + compile + + + junit + junit + ${junit.version} + test + + + eu.eidas + eidas-commons + ${project.version} + + + org.mockito + mockito-core + ${mockito.version} + test + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + + + org.springframework + spring-beans + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-context-support + ${spring.version} + + + org.springframework + spring-test + ${spring.version} + test + + + xerces + xercesImpl + ${xerces.version} + test + + + + EIDAS-configmodule + + + + org.apache.maven.plugins + maven-compiler-plugin + ${compile.plugin.version} + + ${java.version} + ${java.version} + + + + + + + + metrics + + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.plugin.version} + + + html + xml + + + + + + + + diff --git a/repository/eu/eidas/eidas-encryption/eidas.1.0/eidas-encryption-eidas.1.0.jar b/repository/eu/eidas/eidas-encryption/eidas.1.0/eidas-encryption-eidas.1.0.jar new file mode 100644 index 000000000..76c27dc52 Binary files /dev/null and b/repository/eu/eidas/eidas-encryption/eidas.1.0/eidas-encryption-eidas.1.0.jar differ diff --git a/repository/eu/eidas/eidas-encryption/eidas.1.0/eidas-encryption-eidas.1.0.pom b/repository/eu/eidas/eidas-encryption/eidas.1.0/eidas-encryption-eidas.1.0.pom new file mode 100644 index 000000000..e0c1da99c --- /dev/null +++ b/repository/eu/eidas/eidas-encryption/eidas.1.0/eidas-encryption-eidas.1.0.pom @@ -0,0 +1,174 @@ + + + 4.0.0 + + eu.eidas + eidas-encryption + jar + eidas Encryption + ${saml.version} + + + UTF-8 + + + Encryption for EIDASSAMLEngine + + + eu.eidas + eidas-parent + eidas + ../EIDAS-Parent/pom.xml + + + + + + projectrepo + projectrepo + file://${project.basedir}/src/main/lib + + + shib-release + + https://build.shibboleth.net/nexus/content/groups/public + + + false + + + + + + + org.opensaml + opensaml + ${opensaml.version} + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + + + org.slf4j + jcl-over-slf4j + + + org.slf4j + log4j-over-slf4j + + + org.slf4j + jul-to-slf4j + + + commons-logging + commons-logging + + + org.bouncycastle + bcprov-jdk15on + + + + + + org.slf4j + slf4j-api + ${slf4j.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} + + + commons-logging + commons-logging + ${commons.logging} + compile + + + + + junit + junit + ${junit.version} + test + + + commons-io + commons-io + ${commons.io} + test + + + xmlunit + xmlunit + ${xmlunit.version} + test + + + ch.qos.logback + logback-classic + ${logback.version} + test + + + xerces + xercesImpl + ${xerces.version} + test + + + org.bouncycastle + bcprov-jdk15on + ${bouncycastle.version} + test + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${compile.plugin.version} + + ${java.version} + ${java.version} + + + + + + + + + + \ No newline at end of file diff --git a/repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0-sources.jar b/repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0-sources.jar new file mode 100644 index 000000000..042b64ae6 Binary files /dev/null and b/repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0-sources.jar differ diff --git a/repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.jar b/repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.jar new file mode 100644 index 000000000..a26066a60 Binary files /dev/null and b/repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.jar differ diff --git a/repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.pom b/repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.pom new file mode 100644 index 000000000..c243709f8 --- /dev/null +++ b/repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.pom @@ -0,0 +1,290 @@ + + 4.0.0 + eu.eidas + saml-engine + jar + EIDASSAMLEngine + + UTF-8 + + ${saml.version} + + The EIDASSAMLEngine library provides tools to support developers working with the Security Assertion Markup Language (SAML). + + + eu.eidas + eidas-parent + eidas + ../EIDAS-Parent/pom.xml + + + + + + shib-release + + https://build.shibboleth.net/nexus/content/groups/public + + false + + + + + + + + eu.eidas + eidas-commons + ${commons.version} + + + + eu.eidas + eidas-encryption + ${commons.version} + + + eu.eidas + eidas-configmodule + ${commons.version} + + + + org.opensaml + opensaml + ${opensaml.version} + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + + + org.slf4j + jcl-over-slf4j + + + org.slf4j + log4j-over-slf4j + + + org.slf4j + jul-to-slf4j + + + commons-codec + commons-codec + + + commons-logging + commons-logging + + + org.bouncycastle + bcprov-jdk15on + + + org.apache.santuario + xmlsec + + + + + + 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} + test + + + commons-logging + commons-logging + compile + ${commons.logging} + + + + commons-io + commons-io + ${commons.io} + compile + + + xerces + xercesImpl + ${xerces.version} + test + + + junit + junit + ${junit.version} + test + + + 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 + + + + + commons-codec + commons-codec + ${commons.codec} + + + org.bouncycastle + bcprov-jdk15on + ${bouncycastle.version} + provided + + + xmlunit + xmlunit + ${xmlunit.version} + test + + + org.apache.santuario + xmlsec + ${xmlsec.version} + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${compile.plugin.version} + + ${java.version} + ${java.version} + + + + + org.apache.maven.plugins + maven-surefire-plugin + + false + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + ${saml.version} + ${samlspecacept.version} + ${samlspec.version} + None + ${timestamp} + + + + + + + + + metrics + + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.plugin.version} + + + html + xml + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From ee206f392bb6db1479f27eac99e22023d04b86fd Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 17 Mar 2016 08:38:41 +0100 Subject: and again --- .../eidas-parent/eidas/eidas-parent-eidas.pom | 86 ++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 repository/eu/eidas/eidas-parent/eidas/eidas-parent-eidas.pom (limited to 'repository/eu/eidas') diff --git a/repository/eu/eidas/eidas-parent/eidas/eidas-parent-eidas.pom b/repository/eu/eidas/eidas-parent/eidas/eidas-parent-eidas.pom new file mode 100644 index 000000000..f5652b63f --- /dev/null +++ b/repository/eu/eidas/eidas-parent/eidas/eidas-parent-eidas.pom @@ -0,0 +1,86 @@ + + 4.0.0 + eu.eidas + eidas-parent + pom + Eidas Node Parent + + UTF-8 + eidas.1.0 + eidas.1.0 + + + 1.6 + + EIDASParent + EidasNode + 4.1.0.RELEASE + 2.6.5 + eidas.1.0 + war + jar + 0.5.2 + 0.5.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.9 + 2.4 + 2.6 + 1.1.3 + 3.1 + 3.1 + 3.2 + 1.52 + 1.1.1 + 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.16.2 + 55.1 + + 2.8.1 + 2.3.2 + 2.0.1 + 2.3 + 2.6 + 1.5 + 2.1.2 + 2.5.2 + 2.6.1 + + ${maven.build.timestamp} + + 7.4.2 + ${vaadin.version} + 1.0.0.beta1 + 0.0.5.RELEASE + 9.2.3.v20140905 + 2.0.5 + + + eidas + + The EIDAS-Parent provides artefacts versions for Eidas Node components. + + + + + -- cgit v1.2.3 From 988e345f81b0ac67037a756cfaaea87afa83b4a5 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 17 Mar 2016 09:22:16 +0100 Subject: problems with eIDAS dependencies --- .../eidas.1.0/eidas-commons-eidas.1.0.pom | 4 +- .../eidas.1.0/eidas-configmodule-eidas.1.0.pom | 4 +- .../eidas.1.0/eidas-encryption-eidas.1.0.pom | 4 +- .../eidas-1.0/eidas-parent-eidas-1.0.pom | 86 ++++++++++++++++++++++ .../eidas-parent/eidas/eidas-parent-eidas.pom | 86 ---------------------- .../eidas.1.0/saml-engine-eidas.1.0.pom | 4 +- 6 files changed, 94 insertions(+), 94 deletions(-) create mode 100644 repository/eu/eidas/eidas-parent/eidas-1.0/eidas-parent-eidas-1.0.pom delete mode 100644 repository/eu/eidas/eidas-parent/eidas/eidas-parent-eidas.pom (limited to 'repository/eu/eidas') diff --git a/repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.pom b/repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.pom index ceb0b4dcb..2b2f3f39e 100644 --- a/repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.pom +++ b/repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.pom @@ -11,8 +11,8 @@ eu.eidas eidas-parent - eidas - ../EIDAS-Parent/pom.xml + eidas-1.0 + ../../eidas-parent/eidas-1.0/pom.xml ${project.version} diff --git a/repository/eu/eidas/eidas-configmodule/eidas.1.0/eidas-configmodule-eidas.1.0.pom b/repository/eu/eidas/eidas-configmodule/eidas.1.0/eidas-configmodule-eidas.1.0.pom index cf9691046..00a2ec564 100644 --- a/repository/eu/eidas/eidas-configmodule/eidas.1.0/eidas-configmodule-eidas.1.0.pom +++ b/repository/eu/eidas/eidas-configmodule/eidas.1.0/eidas-configmodule-eidas.1.0.pom @@ -14,8 +14,8 @@ eu.eidas eidas-parent - eidas - ../EIDAS-Parent/pom.xml + eidas-1.0 + ../../eidas-parent/eidas-1.0/pom.xml ${project.version} diff --git a/repository/eu/eidas/eidas-encryption/eidas.1.0/eidas-encryption-eidas.1.0.pom b/repository/eu/eidas/eidas-encryption/eidas.1.0/eidas-encryption-eidas.1.0.pom index e0c1da99c..52652e8dd 100644 --- a/repository/eu/eidas/eidas-encryption/eidas.1.0/eidas-encryption-eidas.1.0.pom +++ b/repository/eu/eidas/eidas-encryption/eidas.1.0/eidas-encryption-eidas.1.0.pom @@ -19,8 +19,8 @@ eu.eidas eidas-parent - eidas - ../EIDAS-Parent/pom.xml + eidas-1.0 + ../../eidas-parent/eidas-1.0/pom.xml diff --git a/repository/eu/eidas/eidas-parent/eidas-1.0/eidas-parent-eidas-1.0.pom b/repository/eu/eidas/eidas-parent/eidas-1.0/eidas-parent-eidas-1.0.pom new file mode 100644 index 000000000..f5652b63f --- /dev/null +++ b/repository/eu/eidas/eidas-parent/eidas-1.0/eidas-parent-eidas-1.0.pom @@ -0,0 +1,86 @@ + + 4.0.0 + eu.eidas + eidas-parent + pom + Eidas Node Parent + + UTF-8 + eidas.1.0 + eidas.1.0 + + + 1.6 + + EIDASParent + EidasNode + 4.1.0.RELEASE + 2.6.5 + eidas.1.0 + war + jar + 0.5.2 + 0.5.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.9 + 2.4 + 2.6 + 1.1.3 + 3.1 + 3.1 + 3.2 + 1.52 + 1.1.1 + 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.16.2 + 55.1 + + 2.8.1 + 2.3.2 + 2.0.1 + 2.3 + 2.6 + 1.5 + 2.1.2 + 2.5.2 + 2.6.1 + + ${maven.build.timestamp} + + 7.4.2 + ${vaadin.version} + 1.0.0.beta1 + 0.0.5.RELEASE + 9.2.3.v20140905 + 2.0.5 + + + eidas + + The EIDAS-Parent provides artefacts versions for Eidas Node components. + + + + + diff --git a/repository/eu/eidas/eidas-parent/eidas/eidas-parent-eidas.pom b/repository/eu/eidas/eidas-parent/eidas/eidas-parent-eidas.pom deleted file mode 100644 index f5652b63f..000000000 --- a/repository/eu/eidas/eidas-parent/eidas/eidas-parent-eidas.pom +++ /dev/null @@ -1,86 +0,0 @@ - - 4.0.0 - eu.eidas - eidas-parent - pom - Eidas Node Parent - - UTF-8 - eidas.1.0 - eidas.1.0 - - - 1.6 - - EIDASParent - EidasNode - 4.1.0.RELEASE - 2.6.5 - eidas.1.0 - war - jar - 0.5.2 - 0.5.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.9 - 2.4 - 2.6 - 1.1.3 - 3.1 - 3.1 - 3.2 - 1.52 - 1.1.1 - 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.16.2 - 55.1 - - 2.8.1 - 2.3.2 - 2.0.1 - 2.3 - 2.6 - 1.5 - 2.1.2 - 2.5.2 - 2.6.1 - - ${maven.build.timestamp} - - 7.4.2 - ${vaadin.version} - 1.0.0.beta1 - 0.0.5.RELEASE - 9.2.3.v20140905 - 2.0.5 - - - eidas - - The EIDAS-Parent provides artefacts versions for Eidas Node components. - - - - - diff --git a/repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.pom b/repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.pom index c243709f8..0d7d905e1 100644 --- a/repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.pom +++ b/repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.pom @@ -15,8 +15,8 @@ eu.eidas eidas-parent - eidas - ../EIDAS-Parent/pom.xml + eidas-1.0 + ../../eidas-parent/eidas-1.0/pom.xml -- cgit v1.2.3