diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-21 18:09:50 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-21 18:09:50 +0100 |
commit | d8a6a3a0fa27f6ea487c9fc4006f705383780917 (patch) | |
tree | 9dcc4a29f153fcbb5313ec32b46162adcb89233f /connector_lib | |
parent | 10533a1a5a4e833f2436cd4752cabba8e6d664f3 (diff) | |
download | National_eIDAS_Gateway-d8a6a3a0fa27f6ea487c9fc4006f705383780917.tar.gz National_eIDAS_Gateway-d8a6a3a0fa27f6ea487c9fc4006f705383780917.tar.bz2 National_eIDAS_Gateway-d8a6a3a0fa27f6ea487c9fc4006f705383780917.zip |
switch to eIDAS Ref Impl. v2.5
Diffstat (limited to 'connector_lib')
-rw-r--r-- | connector_lib/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/connector_lib/pom.xml b/connector_lib/pom.xml index 9a187f7f..267a01e8 100644 --- a/connector_lib/pom.xml +++ b/connector_lib/pom.xml @@ -34,11 +34,25 @@ <scope>provided</scope> </dependency> + <!-- jUnit test dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>at.gv.egiz.eaaf</groupId> + <artifactId>eaaf_core_utils</artifactId> + <scope>test</scope> + <type>test-jar</type> + </dependency> + <dependency> + <groupId>at.gv.egiz.eaaf</groupId> + <artifactId>eaaf-core</artifactId> + <scope>test</scope> + <type>test-jar</type> + </dependency> + </dependencies> <build> |