diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-06-23 08:57:18 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-06-23 08:57:18 +0200 |
commit | 234cee5815f8688d45146b792ebe3c8015a7dc74 (patch) | |
tree | 73dfacc93f4c743e19a93016fb80e207d12a605c /eaaf_core_utils/pom.xml | |
parent | 04cd51a31e54cea00d53417ceb4d82fc068c4d75 (diff) | |
download | EAAF-Components-234cee5815f8688d45146b792ebe3c8015a7dc74.tar.gz EAAF-Components-234cee5815f8688d45146b792ebe3c8015a7dc74.tar.bz2 EAAF-Components-234cee5815f8688d45146b792ebe3c8015a7dc74.zip |
add new pendingRequestId generation-strategy that uses authenticated-encryption protect the internal pendingRequesttId
Diffstat (limited to 'eaaf_core_utils/pom.xml')
-rw-r--r-- | eaaf_core_utils/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eaaf_core_utils/pom.xml b/eaaf_core_utils/pom.xml index 02c7839b..181bce1a 100644 --- a/eaaf_core_utils/pom.xml +++ b/eaaf_core_utils/pom.xml @@ -81,7 +81,11 @@ <artifactId>joda-time</artifactId> </dependency> - + <dependency> + <groupId>org.bitbucket.b_c</groupId> + <artifactId>jose4j</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> |