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 /connector_lib | |
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 'connector_lib')
-rw-r--r-- | connector_lib/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/connector_lib/pom.xml b/connector_lib/pom.xml index f24a2801..8ed561f3 100644 --- a/connector_lib/pom.xml +++ b/connector_lib/pom.xml @@ -62,6 +62,14 @@ <type>test-jar</type> </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> </dependencies> <build> |