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 /id/server/stork2-saml-engine | |
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 'id/server/stork2-saml-engine')
-rw-r--r-- | id/server/stork2-saml-engine/pom.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml index 89ddab22a..30f2bff7c 100644 --- a/id/server/stork2-saml-engine/pom.xml +++ b/id/server/stork2-saml-engine/pom.xml @@ -49,12 +49,12 @@ <groupId>eu.stork</groupId>
<artifactId>Commons</artifactId>
<version>${commons.version}</version>
- <exclusions>
+<!-- <exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
</exclusion>
- </exclusions>
+ </exclusions> -->
</dependency>
<dependency>
@@ -82,6 +82,10 @@ <groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
</exclusion>
+ <exclusion>
+ <artifactId>bcprov-jdk15on</artifactId>
+ <groupId>org.bouncycastle</groupId>
+ </exclusion>
</exclusions>
</dependency>
|