aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules
diff options
context:
space:
mode:
authorThomas <>2022-03-07 18:20:34 +0100
committerThomas <>2022-03-09 13:19:59 +0100
commit552497957fe6509087fc9a1a33fae5812a615094 (patch)
tree3276319b87d35966da32c19c3a2731dd470fd741 /eidas_modules
parent2d55fe3f0f5a76c73d7c34c90c333cc4c7eb9b50 (diff)
downloadNational_eIDAS_Gateway-552497957fe6509087fc9a1a33fae5812a615094.tar.gz
National_eIDAS_Gateway-552497957fe6509087fc9a1a33fae5812a615094.tar.bz2
National_eIDAS_Gateway-552497957fe6509087fc9a1a33fae5812a615094.zip
refactor(core): move 'connector_lib' to 'core_common_lib'
Diffstat (limited to 'eidas_modules')
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/pom.xml2
-rw-r--r--eidas_modules/authmodule_id-austria/pom.xml2
-rw-r--r--eidas_modules/eidas_proxy-sevice/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml
index 017e82c1..f9808f94 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>
diff --git a/eidas_modules/authmodule_id-austria/pom.xml b/eidas_modules/authmodule_id-austria/pom.xml
index 3585fcea..9df15206 100644
--- a/eidas_modules/authmodule_id-austria/pom.xml
+++ b/eidas_modules/authmodule_id-austria/pom.xml
@@ -17,7 +17,7 @@
</dependency>
<dependency>
<groupId>at.asitplus.eidas.ms_specific</groupId>
- <artifactId>connector_lib</artifactId>
+ <artifactId>core_common_lib</artifactId>
</dependency>
<dependency>
<groupId>at.asitplus.eidas.ms_specific.modules</groupId>
diff --git a/eidas_modules/eidas_proxy-sevice/pom.xml b/eidas_modules/eidas_proxy-sevice/pom.xml
index 6b280c64..0fd0b066 100644
--- a/eidas_modules/eidas_proxy-sevice/pom.xml
+++ b/eidas_modules/eidas_proxy-sevice/pom.xml
@@ -25,7 +25,7 @@
</dependency>
<dependency>
<groupId>at.asitplus.eidas.ms_specific</groupId>
- <artifactId>connector_lib</artifactId>
+ <artifactId>core_common_lib</artifactId>
</dependency>
<dependency>
<groupId>at.asitplus.eidas.ms_specific.modules</groupId>