diff options
author | Thomas <> | 2022-03-07 18:20:34 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-07 18:20:34 +0100 |
commit | 3bf2bf567fd0cc990bba9ad600f0c9c93c3ece37 (patch) | |
tree | 025aa35dcdcc690bbd7c50a15a6f60ace896f8a9 /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | 49597c4deb41425809e6e1881bc9461b074a31b0 (diff) | |
download | National_eIDAS_Gateway-3bf2bf567fd0cc990bba9ad600f0c9c93c3ece37.tar.gz National_eIDAS_Gateway-3bf2bf567fd0cc990bba9ad600f0c9c93c3ece37.tar.bz2 National_eIDAS_Gateway-3bf2bf567fd0cc990bba9ad600f0c9c93c3ece37.zip |
refactor(core): move 'connector_lib' to 'core_common_lib'
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 8704bd13..7d1f9d5b 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -43,7 +43,7 @@ </dependency> <dependency> <groupId>at.asitplus.eidas.ms_specific</groupId> - <artifactId>connector_lib</artifactId> + <artifactId>core_common_lib</artifactId> </dependency> <dependency> <groupId>at.gv.egiz.eaaf</groupId> |