aboutsummaryrefslogtreecommitdiff
path: root/repository
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-02-03 08:33:42 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-02-03 08:33:42 +0100
commit4333fd60c637f2a739e3db17d00f61c68c465a8e (patch)
treebd2e3c41bb3a16d68bfce5b72f6ecf0bd2d8cdde /repository
parent24029880580770543d788d95b39526853ff5e6dd (diff)
parentff390ac6c2f0ca181075218ee16bf292e47a299c (diff)
downloadmoa-id-spss-4333fd60c637f2a739e3db17d00f61c68c465a8e.tar.gz
moa-id-spss-4333fd60c637f2a739e3db17d00f61c68c465a8e.tar.bz2
moa-id-spss-4333fd60c637f2a739e3db17d00f61c68c465a8e.zip
Merge remote-tracking branch 'remotes/origin/outgoingstork' into moa2_0_tlenz
Diffstat (limited to 'repository')
-rw-r--r--repository/eu/stork/Commons/1.2.0/Commons-1.2.0-sources.jarbin0 -> 68777 bytes
-rw-r--r--repository/eu/stork/Commons/1.2.0/Commons-1.2.0.jarbin0 -> 72102 bytes
-rw-r--r--repository/eu/stork/Commons/1.2.0/Commons-1.2.0.jar.lastUpdated18
-rw-r--r--repository/eu/stork/Commons/1.2.0/Commons-1.2.0.pom222
-rw-r--r--repository/eu/stork/Commons/1.2.0/Commons-1.2.0.pom.lastUpdated18
-rw-r--r--repository/eu/stork/Commons/1.2.0/_maven.repositories5
-rw-r--r--repository/eu/stork/Commons/maven-metadata-local.xml12
7 files changed, 275 insertions, 0 deletions
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
--- /dev/null
+++ b/repository/eu/stork/Commons/1.2.0/Commons-1.2.0-sources.jar
Binary files 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
--- /dev/null
+++ b/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.jar
Binary files 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..b658a8e12
--- /dev/null
+++ b/repository/eu/stork/Commons/1.2.0/Commons-1.2.0.pom
@@ -0,0 +1,222 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>eu.stork</groupId>
+ <artifactId>Commons</artifactId>
+ <packaging>jar</packaging>
+ <name>Stork Commons</name>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <stork.version>1.2.0</stork.version>
+ <opensaml.version>2.6.0</opensaml.version>
+ </properties>
+ <version>${stork.version}</version>
+ <description>
+ The STORKCommons library provides beans, Java Interfaces and utility classes to integrate PEPS and SAML Engine.
+ </description>
+
+
+ <repositories>
+ <repository>
+ <id>shibboleth.internet2.edu</id>
+ <name>Internet2</name>
+ <url>https://build.shibboleth.net/nexus/content/groups/public/</url>
+ </repository>
+ </repositories>
+
+ <dependencies>
+
+ <!-- Joda -->
+ <dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ <version>2.3</version>
+ </dependency>
+
+ <!-- Log4J -->
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.17</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.jdmk</groupId>
+ <artifactId>jmxtools</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.jmx</groupId>
+ <artifactId>jmxri</artifactId>
+ </exclusion>
+ <exclusion>
+ <artifactId>mail</artifactId>
+ <groupId>javax.mail</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.opensaml</groupId>
+ <artifactId>opensaml</artifactId>
+ <version>${opensaml.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>log4j-over-slf4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jul-to-slf4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <!-- Bouncy Castle -->
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk16</artifactId>
+ <version>1.46</version>
+ </dependency>
+
+ <!-- Servlet API -->
+ <!-- provided by Application Server -->
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.6</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>commons</finalName>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.1</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <runOrder>reversealphabetical</runOrder>
+ <skip>false</skip>
+ <includes>
+ <runOrder>reversealphabetical</runOrder>
+ <include>**/PEPSUtilTest.java</include>
+ <include>**/PersonalAttributeTestCase.java</include>
+ <include>**/PersonalAttributeListTestCase.java</include>
+ <include>**/DateUtilTestCase.java</include>
+ <include>**/AttributeUtilTest.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.9.1</version>
+ <configuration>
+ <links>
+ <link>http://commons.apache.org/lang/api/</link>
+ <link>http://java.sun.com/j2se/1.6.0/docs/api/</link>
+ <link>http://www.bouncycastle.org/docs/docs1.6/</link>
+ <link>http://docs.oracle.com/javase/6/docs/api/</link>
+ </links>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.2.1</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ <testResources>
+ <testResource>
+ <directory>src/test/resources</directory>
+ <includes>
+ <include>log4j.xml</include>
+ </includes>
+ </testResource>
+ </testResources>
+ </build>
+ <profiles>
+ <profile>
+ <id>embedded</id>
+ <build>
+ <resources>
+ <resource>
+ <directory> ${project.basedir}/src/main/resources</directory>
+ </resource>
+ <resource>
+ <directory> ${project.basedir}/src/main/config/embedded</directory>
+ </resource>
+ </resources>
+ </build>
+ </profile>
+ <profile>
+ <id>metrics</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.5.1</version>
+ <configuration>
+ <formats>
+ <format>html</format>
+ <format>xml</format>
+ </formats>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>eu.stork</groupId>
+ <artifactId>Commons</artifactId>
+ <versioning>
+ <release>1.2.0</release>
+ <versions>
+ <version>1.2.0</version>
+ </versions>
+ <lastUpdated>20140203072250</lastUpdated>
+ </versioning>
+</metadata>