aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/pom.xml
diff options
context:
space:
mode:
authorAlexander Marsalek <amarsalek@iaik.tugraz.at>2021-01-26 18:57:51 +0100
committerAlexander Marsalek <amarsalek@iaik.tugraz.at>2021-01-26 19:58:04 +0100
commite36aedb5b1acd1b985d09acb818f1f85175cb826 (patch)
treecf42d06791b55ba87ee73deb0fc5ebe1398b7cf1 /eidas_modules/authmodule-eIDAS-v2/pom.xml
parente4e4fbf37aa0326b1c06f907a13593732c23deb7 (diff)
downloadNational_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.xml11
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>