diff options
author | Thomas <> | 2022-03-07 18:20:34 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-09 13:19:59 +0100 |
commit | 552497957fe6509087fc9a1a33fae5812a615094 (patch) | |
tree | 3276319b87d35966da32c19c3a2731dd470fd741 /pom.xml | |
parent | 2d55fe3f0f5a76c73d7c34c90c333cc4c7eb9b50 (diff) | |
download | National_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 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -119,7 +119,7 @@ </profiles> <modules> - <module>connector_lib</module> + <module>core_common_lib</module> <module>connector</module> <module>eidas_modules</module> <module>build_reporting</module> @@ -171,7 +171,7 @@ </dependency> <dependency> <groupId>at.asitplus.eidas.ms_specific</groupId> - <artifactId>connector_lib</artifactId> + <artifactId>core_common_lib</artifactId> <version>${egiz.eidas.version}</version> </dependency> |