aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-09-19 11:09:41 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-09-19 11:09:41 +0200
commit35d6ba874ebf42ae921a9c8a82b55bafc771a69d (patch)
treec6d625cf9438d9264106da0d9f8b56d5ef86d463 /id/server/stork2-commons
parent249ded0cad445464239553f5629a59524ae785d7 (diff)
downloadmoa-id-spss-35d6ba874ebf42ae921a9c8a82b55bafc771a69d.tar.gz
moa-id-spss-35d6ba874ebf42ae921a9c8a82b55bafc771a69d.tar.bz2
moa-id-spss-35d6ba874ebf42ae921a9c8a82b55bafc771a69d.zip
update libraries
- opensaml > 2.6.3 - iaik-moa > 1.51 - iaik_jce_full > 5.2 - iaik_cms > 5.0
Diffstat (limited to 'id/server/stork2-commons')
-rw-r--r--id/server/stork2-commons/pom.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml
index d0fd5a1ad..555d6cec7 100644
--- a/id/server/stork2-commons/pom.xml
+++ b/id/server/stork2-commons/pom.xml
@@ -13,13 +13,21 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<stork.version>1.4.0</stork.version>
- <opensaml.version>2.6.2</opensaml.version>
+ <opensaml.version>2.6.3</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 -->
@@ -55,8 +63,8 @@
</dependency>
<dependency>
- <groupId>org.opensaml</groupId>
- <artifactId>opensaml</artifactId>
+ <groupId>org.opensaml</groupId>
+ <artifactId>opensaml</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>