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 +++++++++++++++++++++ 3 files changed, 201 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 (limited to 'repository/eu/eidas/eidas-commons/eidas.1.0') 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} + + + + -- 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 --- .../eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.pom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repository/eu/eidas/eidas-commons/eidas.1.0') 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} -- cgit v1.2.3