diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-01-26 18:57:51 +0100 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-01-26 19:58:04 +0100 |
commit | e36aedb5b1acd1b985d09acb818f1f85175cb826 (patch) | |
tree | cf42d06791b55ba87ee73deb0fc5ebe1398b7cf1 /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | e4e4fbf37aa0326b1c06f907a13593732c23deb7 (diff) | |
download | National_eIDAS_Gateway-e36aedb5b1acd1b985d09acb818f1f85175cb826.tar.gz National_eIDAS_Gateway-e36aedb5b1acd1b985d09acb818f1f85175cb826.tar.bz2 National_eIDAS_Gateway-e36aedb5b1acd1b985d09acb818f1f85175cb826.zip |
copied and adapted classes for PVP request creation for mobile signature
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 4f3133f8..680c528e 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -180,6 +180,17 @@ <artifactId>jose4j</artifactId> <version>0.7.2</version> </dependency> + <dependency> + <groupId>at.gv.egiz.eaaf</groupId> + <artifactId>eaaf_module_pvp2_core</artifactId> + <version>1.1.11</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>at.gv.egiz.eaaf</groupId> + <artifactId>eaaf_module_pvp2_sp</artifactId> + <scope>compile</scope> + </dependency> </dependencies> <build> |