diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-09-19 11:09:41 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-09-19 11:09:41 +0200 |
commit | 35d6ba874ebf42ae921a9c8a82b55bafc771a69d (patch) | |
tree | c6d625cf9438d9264106da0d9f8b56d5ef86d463 /pom.xml | |
parent | 249ded0cad445464239553f5629a59524ae785d7 (diff) | |
download | moa-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 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -145,12 +145,12 @@ <dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>
- <version>2.6.1</version>
+ <version>2.6.3</version>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>xmltooling</artifactId>
- <version>1.4.1</version>
+ <version>1.4.3</version>
</dependency>
@@ -309,19 +309,19 @@ <groupId>iaik.prod</groupId>
<artifactId>iaik_jce_full</artifactId>
<!-- <version>4.0_MOA</version>-->
- <version>5.101</version>
+ <version>5.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>iaik.prod</groupId>
<artifactId>iaik_moa</artifactId>
- <version>1.5</version>
+ <version>1.51</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>iaik.prod</groupId>
<artifactId>iaik_cms</artifactId>
- <version>4.1_MOA</version>
+ <version>5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
|