From bab20b30d6a2ed9c5a6e739260027d23b933dc00 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 22 Jan 2021 12:16:21 +0100 Subject: add basic modules for integration of MS-specific eIDAS Proxy-Service --- .../eidas-commons/2.0.0/eidas-commons-2.0.0.jar | Bin 0 -> 269682 bytes .../eidas-commons/2.1.0/eidas-commons-2.1.0.jar | Bin 0 -> 270943 bytes .../eidas-commons/2.1.0/eidas-commons-2.1.0.pom | 102 +++++++++++++++++++ .../eidas-commons-2.2.1-egiz-sources.jar | Bin 0 -> 193934 bytes .../2.2.1-egiz/eidas-commons-2.2.1-egiz.jar | Bin 0 -> 270905 bytes .../2.2.1-egiz/eidas-commons-2.2.1-egiz.pom | 98 ++++++++++++++++++ .../2.3.0/eidas-commons-2.3.0-sources.jar | Bin 0 -> 193006 bytes .../eidas-commons/2.3.0/eidas-commons-2.3.0.jar | Bin 0 -> 276591 bytes .../eidas-commons/2.3.0/eidas-commons-2.3.0.pom | 109 +++++++++++++++++++++ .../eidas-commons/2.4.0/eidas-commons-2.4.0.jar | Bin 0 -> 276701 bytes .../eidas-commons/2.4.0/eidas-commons-2.4.0.pom | 109 +++++++++++++++++++++ .../2.5.0/eidas-commons-2.5.0-javadoc.jar | Bin 0 -> 1027681 bytes .../2.5.0/eidas-commons-2.5.0-sources.jar | Bin 0 -> 204524 bytes .../eidas-commons/2.5.0/eidas-commons-2.5.0.jar | Bin 0 -> 301282 bytes .../eidas-commons/2.5.0/eidas-commons-2.5.0.pom | 101 +++++++++++++++++++ 15 files changed, 519 insertions(+) create mode 100644 repository/eu/eidas/eidas-commons/2.0.0/eidas-commons-2.0.0.jar create mode 100644 repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.jar create mode 100644 repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.pom create mode 100644 repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz-sources.jar create mode 100644 repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.jar create mode 100644 repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.pom create mode 100644 repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0-sources.jar create mode 100644 repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.jar create mode 100644 repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.pom create mode 100644 repository/eu/eidas/eidas-commons/2.4.0/eidas-commons-2.4.0.jar create mode 100644 repository/eu/eidas/eidas-commons/2.4.0/eidas-commons-2.4.0.pom create mode 100644 repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0-javadoc.jar create mode 100644 repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0-sources.jar create mode 100644 repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.jar create mode 100644 repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.pom (limited to 'repository/eu/eidas/eidas-commons') diff --git a/repository/eu/eidas/eidas-commons/2.0.0/eidas-commons-2.0.0.jar b/repository/eu/eidas/eidas-commons/2.0.0/eidas-commons-2.0.0.jar new file mode 100644 index 00000000..bc898684 Binary files /dev/null and b/repository/eu/eidas/eidas-commons/2.0.0/eidas-commons-2.0.0.jar differ diff --git a/repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.jar b/repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.jar new file mode 100644 index 00000000..d9bb91ef Binary files /dev/null and b/repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.jar differ diff --git a/repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.pom b/repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.pom new file mode 100644 index 00000000..3a50c50b --- /dev/null +++ b/repository/eu/eidas/eidas-commons/2.1.0/eidas-commons-2.1.0.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 + 2.1.0 + ../EIDAS-Parent/pom.xml + + + + eu.eidas + eidas-light-commons + + + joda-time + joda-time + + + org.slf4j + slf4j-api + + + org.bouncycastle + bcprov-jdk15on + + + + javax.servlet + javax.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-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz-sources.jar b/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz-sources.jar new file mode 100644 index 00000000..c50d6fe3 Binary files /dev/null and b/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz-sources.jar differ diff --git a/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.jar b/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.jar new file mode 100644 index 00000000..04c77ec4 Binary files /dev/null and b/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.jar differ diff --git a/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.pom b/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.pom new file mode 100644 index 00000000..7a98d3f6 --- /dev/null +++ b/repository/eu/eidas/eidas-commons/2.2.1-egiz/eidas-commons-2.2.1-egiz.pom @@ -0,0 +1,98 @@ + + 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 + 2.2.1-egiz + ../EIDAS-Parent/pom.xml + + + + eu.eidas + eidas-light-commons + + + org.slf4j + slf4j-api + + + org.bouncycastle + bcprov-jdk15on + + + + javax.servlet + javax.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-commons/2.3.0/eidas-commons-2.3.0-sources.jar b/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0-sources.jar new file mode 100644 index 00000000..b6e62460 Binary files /dev/null and b/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0-sources.jar differ diff --git a/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.jar b/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.jar new file mode 100644 index 00000000..c48ff7d1 Binary files /dev/null and b/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.jar differ diff --git a/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.pom b/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.pom new file mode 100644 index 00000000..395564ee --- /dev/null +++ b/repository/eu/eidas/eidas-commons/2.3.0/eidas-commons-2.3.0.pom @@ -0,0 +1,109 @@ + + 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 + 2.3.0 + ../EIDAS-Parent/pom.xml + + + + eu.eidas + eidas-light-commons + + + org.slf4j + slf4j-api + + + org.bouncycastle + bcprov-jdk15on + + + + javax.servlet + javax.servlet-api + + + org.owasp.encoder + encoder + + + com.hazelcast + hazelcast + + + com.hazelcast + hazelcast-wm + + + javax.cache + cache-api + 1.1.0 + + + + ch.qos.logback + logback-classic + test + + + aopalliance + aopalliance + 1.0 + 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-commons/2.4.0/eidas-commons-2.4.0.jar b/repository/eu/eidas/eidas-commons/2.4.0/eidas-commons-2.4.0.jar new file mode 100644 index 00000000..7d26157e Binary files /dev/null and b/repository/eu/eidas/eidas-commons/2.4.0/eidas-commons-2.4.0.jar differ diff --git a/repository/eu/eidas/eidas-commons/2.4.0/eidas-commons-2.4.0.pom b/repository/eu/eidas/eidas-commons/2.4.0/eidas-commons-2.4.0.pom new file mode 100644 index 00000000..8fd5e5b1 --- /dev/null +++ b/repository/eu/eidas/eidas-commons/2.4.0/eidas-commons-2.4.0.pom @@ -0,0 +1,109 @@ + + 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 + 2.4.0 + ../EIDAS-Parent/pom.xml + + + + eu.eidas + eidas-light-commons + + + org.slf4j + slf4j-api + + + org.bouncycastle + bcprov-jdk15on + + + + javax.servlet + javax.servlet-api + + + org.owasp.encoder + encoder + + + com.hazelcast + hazelcast + + + com.hazelcast + hazelcast-wm + + + javax.cache + cache-api + 1.1.0 + + + + ch.qos.logback + logback-classic + test + + + aopalliance + aopalliance + 1.0 + 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-commons/2.5.0/eidas-commons-2.5.0-javadoc.jar b/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0-javadoc.jar new file mode 100644 index 00000000..dd667cd9 Binary files /dev/null and b/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0-javadoc.jar differ diff --git a/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0-sources.jar b/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0-sources.jar new file mode 100644 index 00000000..8b6d3da3 Binary files /dev/null and b/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0-sources.jar differ diff --git a/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.jar b/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.jar new file mode 100644 index 00000000..8439b264 Binary files /dev/null and b/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.jar differ diff --git a/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.pom b/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.pom new file mode 100644 index 00000000..ac302325 --- /dev/null +++ b/repository/eu/eidas/eidas-commons/2.5.0/eidas-commons-2.5.0.pom @@ -0,0 +1,101 @@ + + 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 + 2.5.0 + ../EIDAS-Parent/pom.xml + + + + eu.eidas + eidas-light-commons + + + org.slf4j + slf4j-api + + + org.bouncycastle + bcprov-jdk15on + + + + javax.servlet + javax.servlet-api + + + org.owasp.encoder + encoder + + + javax.cache + cache-api + 1.1.0 + + + + ch.qos.logback + logback-classic + test + + + aopalliance + aopalliance + 1.0 + 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 + + + + -- cgit v1.2.3