From 88eea797eed478bc24aefe94de8e655ad35090df Mon Sep 17 00:00:00 2001 From: Florian Reimair Date: Thu, 17 Mar 2016 17:15:58 +0100 Subject: added eIDaS reference binaries --- .../eidas.1.0/saml-engine-eidas.1.0.jar | Bin 0 -> 339648 bytes .../eidas.1.0/saml-engine-eidas.1.0.pom | 290 +++++++++++++++++++++ 2 files changed, 290 insertions(+) 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/saml-engine/eidas.1.0') 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..63194b12e 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