diff options
author | Thomas <> | 2022-06-08 14:42:40 +0200 |
---|---|---|
committer | Thomas <> | 2022-06-08 14:42:40 +0200 |
commit | 2d3c6f1003a2c8cb6f5fc5f7573f7d041e88a453 (patch) | |
tree | b4713828420f6ae7b3d88e1952bd13d1f987abfa /modules | |
parent | 3d9d419a40b17de1f94d46cbc2f5b345a93bff00 (diff) | |
download | National_eIDAS_Gateway-2d3c6f1003a2c8cb6f5fc5f7573f7d041e88a453.tar.gz National_eIDAS_Gateway-2d3c6f1003a2c8cb6f5fc5f7573f7d041e88a453.tar.bz2 National_eIDAS_Gateway-2d3c6f1003a2c8cb6f5fc5f7573f7d041e88a453.zip |
build(core): optimize package naming and dependency inclusion
Diffstat (limited to 'modules')
-rw-r--r-- | modules/core_common_webapp/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/core_common_webapp/pom.xml b/modules/core_common_webapp/pom.xml index b69585fb..c780a367 100644 --- a/modules/core_common_webapp/pom.xml +++ b/modules/core_common_webapp/pom.xml @@ -21,10 +21,6 @@ <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>core_common_lib</artifactId> </dependency> - <dependency> - <groupId>at.asitplus.eidas.ms_specific.modules</groupId> - <artifactId>eidas_proxy-sevice</artifactId> - </dependency> <dependency> <groupId>at.gv.egiz.eaaf</groupId> |