diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-02-01 09:42:38 +0100 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-02-02 12:55:15 +0100 |
commit | de03adfbe79968f65bb711d7b3a583eeb1054140 (patch) | |
tree | 7d805b1c968639b4a14acd6e1356ec43e72d45f0 /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | 4c621edbacbaed95edf4cac3a44a84e9e5c55819 (diff) | |
download | National_eIDAS_Gateway-de03adfbe79968f65bb711d7b3a583eeb1054140.tar.gz National_eIDAS_Gateway-de03adfbe79968f65bb711d7b3a583eeb1054140.tar.bz2 National_eIDAS_Gateway-de03adfbe79968f65bb711d7b3a583eeb1054140.zip |
more transitions & tests
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index f578c52d..6773cc41 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -51,6 +51,15 @@ </dependency> <dependency> + <groupId>at.gv.egiz.eaaf</groupId> + <artifactId>eaaf_module_pvp2_core</artifactId> + </dependency> + <dependency> + <groupId>at.gv.egiz.eaaf</groupId> + <artifactId>eaaf_module_pvp2_sp</artifactId> + </dependency> + + <dependency> <groupId>iaik.prod</groupId> <artifactId>iaik_jce_full</artifactId> <version>5.52_moa</version> @@ -189,17 +198,7 @@ <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> |