diff options
author | Thomas <> | 2022-06-03 11:40:52 +0200 |
---|---|---|
committer | Thomas <> | 2022-06-03 11:40:52 +0200 |
commit | 38d7758281b9cb8ba0f1a7e8a8d10098bcf2dcb8 (patch) | |
tree | 9a556f0a592577173a7b22324707376ce11d097d /modules/pom.xml | |
parent | e8e75813ab549d03b0ac482fe0e1e86ee660b8b0 (diff) | |
download | National_eIDAS_Gateway-38d7758281b9cb8ba0f1a7e8a8d10098bcf2dcb8.tar.gz National_eIDAS_Gateway-38d7758281b9cb8ba0f1a7e8a8d10098bcf2dcb8.tar.bz2 National_eIDAS_Gateway-38d7758281b9cb8ba0f1a7e8a8d10098bcf2dcb8.zip |
refactor(eidas): split 'authmodule-eIDAS-v2' into 'common-eidas'
code and connector-specific elements
Diffstat (limited to 'modules/pom.xml')
-rw-r--r-- | modules/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pom.xml b/modules/pom.xml index 6ff8440e..58d71cab 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -18,6 +18,7 @@ <module>authmodule-eIDAS-v2</module> <module>authmodule_id-austria</module> <module>eidas_proxy-sevice</module> + <module>core_commons_eidas</module> </modules> </project> |