aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2022-06-08 14:42:40 +0200
committerThomas <>2022-06-08 14:42:40 +0200
commit2d3c6f1003a2c8cb6f5fc5f7573f7d041e88a453 (patch)
treeb4713828420f6ae7b3d88e1952bd13d1f987abfa
parent3d9d419a40b17de1f94d46cbc2f5b345a93bff00 (diff)
downloadNational_eIDAS_Gateway-2d3c6f1003a2c8cb6f5fc5f7573f7d041e88a453.tar.gz
National_eIDAS_Gateway-2d3c6f1003a2c8cb6f5fc5f7573f7d041e88a453.tar.bz2
National_eIDAS_Gateway-2d3c6f1003a2c8cb6f5fc5f7573f7d041e88a453.zip
build(core): optimize package naming and dependency inclusion
-rw-r--r--modules/core_common_webapp/pom.xml4
-rw-r--r--ms_specific_connector/pom.xml2
2 files changed, 1 insertions, 5 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>
diff --git a/ms_specific_connector/pom.xml b/ms_specific_connector/pom.xml
index 17a54b5f..9aca807b 100644
--- a/ms_specific_connector/pom.xml
+++ b/ms_specific_connector/pom.xml
@@ -12,7 +12,7 @@
<groupId>at.asitplus.eidas.ms_specific</groupId>
<artifactId>ms_specific_connector</artifactId>
<packaging>war</packaging>
- <name>MS-specific eIDAS Service</name>
+ <name>MS-specific Connector</name>
<url>http://maven.apache.org</url>
<dependencies>