diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-12 09:46:57 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-12 09:46:57 +0100 |
commit | 1df90d0efe126150b5e1cfa245a5ad9280068243 (patch) | |
tree | 23ebaa9ac2cb669a05a700f0257a9753cc1ff0c1 /id/server/modules/moa-id-module-eIDAS/pom.xml | |
parent | 10d7450deaa812bb26026b4de09df5609bd6545b (diff) | |
download | moa-id-spss-1df90d0efe126150b5e1cfa245a5ad9280068243.tar.gz moa-id-spss-1df90d0efe126150b5e1cfa245a5ad9280068243.tar.bz2 moa-id-spss-1df90d0efe126150b5e1cfa245a5ad9280068243.zip |
update eIDAS inbound process managment implementation
Diffstat (limited to 'id/server/modules/moa-id-module-eIDAS/pom.xml')
-rw-r--r-- | id/server/modules/moa-id-module-eIDAS/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml index 43ba6bc20..b43efac9e 100644 --- a/id/server/modules/moa-id-module-eIDAS/pom.xml +++ b/id/server/modules/moa-id-module-eIDAS/pom.xml @@ -98,6 +98,13 @@ </exclusions> </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + <version>1.52</version> + <!-- <scope>provided</scope> --> + </dependency> + </dependencies> |