From ff390ac6c2f0ca181075218ee16bf292e47a299c Mon Sep 17 00:00:00 2001 From: Florian Reimair Date: Mon, 3 Feb 2014 08:25:42 +0100 Subject: stork commons as lib --- .../stork/Commons/1.2.0/Commons-1.2.0-sources.jar | Bin 0 -> 68777 bytes .../eu/stork/Commons/1.2.0/Commons-1.2.0.jar | Bin 0 -> 72102 bytes .../Commons/1.2.0/Commons-1.2.0.jar.lastUpdated | 18 ++ .../eu/stork/Commons/1.2.0/Commons-1.2.0.pom | 213 +++++++++++++++++++++ .../Commons/1.2.0/Commons-1.2.0.pom.lastUpdated | 18 ++ .../eu/stork/Commons/1.2.0/_maven.repositories | 5 + .../eu/stork/Commons/maven-metadata-local.xml | 12 ++ 7 files changed, 266 insertions(+) create mode 100644 repository/eu/stork/Commons/1.2.0/Commons-1.2.0-sources.jar create mode 100644 repository/eu/stork/Commons/1.2.0/Commons-1.2.0.jar create mode 100644 repository/eu/stork/Commons/1.2.0/Commons-1.2.0.jar.lastUpdated create mode 100644 repository/eu/stork/Commons/1.2.0/Commons-1.2.0.pom create mode 100644 repository/eu/stork/Commons/1.2.0/Commons-1.2.0.pom.lastUpdated create mode 100644 repository/eu/stork/Commons/1.2.0/_maven.repositories create mode 100644 repository/eu/stork/Commons/maven-metadata-local.xml (limited to 'repository') diff --git a/repository/eu/stork/Commons/1.2.0/Commons-1.2.0-sources.jar b/repository/eu/stork/Commons/1.2.0/Commons-1.2.0-sources.jar new file mode 100644 index 000000000..9c14888e7 Binary files /dev/null and b/repository/eu/stork/Commons/1.2.0/Commons-1.2.0-sources.jar differ diff --git a/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.jar b/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.jar new file mode 100644 index 000000000..4332a474d Binary files /dev/null and b/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.jar differ diff --git a/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.jar.lastUpdated b/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.jar.lastUpdated new file mode 100644 index 000000000..4ad7d8504 --- /dev/null +++ b/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.jar.lastUpdated @@ -0,0 +1,18 @@ +#NOTE: This is an internal implementation file, its format can be changed without prior notice. +#Tue Jan 21 10:52:56 CET 2014 +http\://nexus/nexus/content/repositories/thirdparty/.error= +http\://nexus/nexus/content/repositories/thirdparty/.lastUpdated=1390294493630 +http\://repository.highsource.org/maven2/releases/.lastUpdated=1390294493686 +https\://maven.java.net/content/groups/public/.lastUpdated=1390294492665 +https\://build.shibboleth.net/nexus/content/repositories/releases/.error= +http\://nexus.iaik.tugraz.at/nexus/content/groups/public/.lastUpdated=1390294493516 +http\://nexus/nexus/content/repositories/iaik/.error= +http\://nexus.iaik.tugraz.at/nexus/content/groups/internal/.lastUpdated=1390294493559 +https\://maven.java.net/content/groups/public/.error= +http\://nexus.iaik.tugraz.at/nexus/content/groups/public/.error= +http\://repository.highsource.org/maven2/releases/.error= +http\://nexus/nexus/content/repositories/iaik/.lastUpdated=1390294493594 +https\://build.shibboleth.net/nexus/content/repositories/releases/.lastUpdated=1390297976623 +http\://repo1.maven.org/maven2/.error= +http\://repo1.maven.org/maven2/.lastUpdated=1390294491645 +http\://nexus.iaik.tugraz.at/nexus/content/groups/internal/.error= diff --git a/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.pom b/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.pom new file mode 100644 index 000000000..a71ee1628 --- /dev/null +++ b/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.pom @@ -0,0 +1,213 @@ + + 4.0.0 + eu.stork + Commons + jar + Stork Commons + + UTF-8 + 1.2.0 + 2.6.0 + + ${stork.version} + + The STORKCommons library provides beans, Java Interfaces and utility classes to integrate PEPS and SAML Engine. + + + + + + + joda-time + joda-time + 2.3 + + + + + log4j + log4j + 1.2.17 + + + javax.jms + jms + + + com.sun.jdmk + jmxtools + + + com.sun.jmx + jmxri + + + mail + javax.mail + + + + + + 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 + + + + + + + org.bouncycastle + bcprov-jdk16 + 1.46 + + + + + + javax.servlet + servlet-api + 2.5 + provided + + + + commons-lang + commons-lang + 2.6 + jar + compile + + + junit + junit + 4.11 + test + + + + + commons + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-surefire-plugin + + reversealphabetical + false + + reversealphabetical + **/PEPSUtilTest.java + **/PersonalAttributeTestCase.java + **/PersonalAttributeListTestCase.java + **/DateUtilTestCase.java + **/AttributeUtilTest.java + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + 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 + 2.2.1 + + + attach-sources + verify + + jar-no-fork + + + + + + + + src/test/resources + + log4j.xml + + + + + + + embedded + + + + ${project.basedir}/src/main/resources + + + ${project.basedir}/src/main/config/embedded + + + + + + metrics + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + + html + xml + + + + + + + + diff --git a/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.pom.lastUpdated b/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.pom.lastUpdated new file mode 100644 index 000000000..724605e3d --- /dev/null +++ b/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.pom.lastUpdated @@ -0,0 +1,18 @@ +#NOTE: This is an internal implementation file, its format can be changed without prior notice. +#Tue Jan 21 10:52:55 CET 2014 +http\://nexus/nexus/content/repositories/thirdparty/.error= +http\://nexus/nexus/content/repositories/thirdparty/.lastUpdated=1390294486900 +http\://repository.highsource.org/maven2/releases/.lastUpdated=1390294486950 +https\://maven.java.net/content/groups/public/.lastUpdated=1390294486187 +https\://build.shibboleth.net/nexus/content/repositories/releases/.error= +http\://nexus.iaik.tugraz.at/nexus/content/groups/public/.lastUpdated=1390294486856 +http\://nexus/nexus/content/repositories/iaik/.error= +http\://nexus.iaik.tugraz.at/nexus/content/groups/internal/.lastUpdated=1390294486871 +https\://maven.java.net/content/groups/public/.error= +http\://nexus.iaik.tugraz.at/nexus/content/groups/public/.error= +http\://repository.highsource.org/maven2/releases/.error= +http\://nexus/nexus/content/repositories/iaik/.lastUpdated=1390294486886 +https\://build.shibboleth.net/nexus/content/repositories/releases/.lastUpdated=1390297975929 +http\://repo1.maven.org/maven2/.error= +http\://repo1.maven.org/maven2/.lastUpdated=1390294485367 +http\://nexus.iaik.tugraz.at/nexus/content/groups/internal/.error= diff --git a/repository/eu/stork/Commons/1.2.0/_maven.repositories b/repository/eu/stork/Commons/1.2.0/_maven.repositories new file mode 100644 index 000000000..b8bd3bc0f --- /dev/null +++ b/repository/eu/stork/Commons/1.2.0/_maven.repositories @@ -0,0 +1,5 @@ +#NOTE: This is an internal implementation file, its format can be changed without prior notice. +#Mon Feb 03 08:22:50 CET 2014 +Commons-1.2.0.jar>= +Commons-1.2.0-sources.jar>= +Commons-1.2.0.pom>= diff --git a/repository/eu/stork/Commons/maven-metadata-local.xml b/repository/eu/stork/Commons/maven-metadata-local.xml new file mode 100644 index 000000000..14d1e53e2 --- /dev/null +++ b/repository/eu/stork/Commons/maven-metadata-local.xml @@ -0,0 +1,12 @@ + + + eu.stork + Commons + + 1.2.0 + + 1.2.0 + + 20140203072250 + + -- cgit v1.2.3