diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-12-14 16:27:09 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-12-14 16:27:09 +0100 |
commit | 0c0c12e5c9844e4a6dc968d49198ae16d0236814 (patch) | |
tree | 9852809d5bedc053bc8387aac4bcfc9ed45d2b5b /id/server/modules | |
parent | b2332a3b55b1d5164f9764cb895185798b4fb4a2 (diff) | |
download | moa-id-spss-0c0c12e5c9844e4a6dc968d49198ae16d0236814.tar.gz moa-id-spss-0c0c12e5c9844e4a6dc968d49198ae16d0236814.tar.bz2 moa-id-spss-0c0c12e5c9844e4a6dc968d49198ae16d0236814.zip |
fix problem with session-data encryption on some deployments
Diffstat (limited to 'id/server/modules')
-rw-r--r-- | id/server/modules/moa-id-module-sl20_authentication/pom.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/id/server/modules/moa-id-module-sl20_authentication/pom.xml b/id/server/modules/moa-id-module-sl20_authentication/pom.xml index 0ec133d98..4d65efce2 100644 --- a/id/server/modules/moa-id-module-sl20_authentication/pom.xml +++ b/id/server/modules/moa-id-module-sl20_authentication/pom.xml @@ -61,12 +61,11 @@ <version>0.7.9</version> </dependency> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - <version>1.70</version> - <!-- <scope>provided</scope> --> -</dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + <version>1.70</version> + </dependency> <!-- Dependencies for testing --> |