aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-saml-engine/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-05-13 13:59:50 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-05-13 13:59:50 +0200
commitccdffe119df6380878625267810f5e9efe709de9 (patch)
treebc0027f4b6801d6d454c62af1f8728e9ef000c48 /id/server/stork2-saml-engine/pom.xml
parent1669fdbe08f1672a2b021b51b2522c933742fbf0 (diff)
downloadmoa-id-spss-ccdffe119df6380878625267810f5e9efe709de9.tar.gz
moa-id-spss-ccdffe119df6380878625267810f5e9efe709de9.tar.bz2
moa-id-spss-ccdffe119df6380878625267810f5e9efe709de9.zip
Remove bouncycastle provider
Diffstat (limited to 'id/server/stork2-saml-engine/pom.xml')
-rw-r--r--id/server/stork2-saml-engine/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml
index 8e249bb1a..b9620a782 100644
--- a/id/server/stork2-saml-engine/pom.xml
+++ b/id/server/stork2-saml-engine/pom.xml
@@ -49,6 +49,12 @@
<groupId>eu.stork</groupId>
<artifactId>Commons</artifactId>
<version>${commons.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk16</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>