From 300bd1b44f521a2b33c259be1f8d21eba58c1a31 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 8 Mar 2022 13:41:31 +0100 Subject: refactor(core): split 'ms-connector' WebApp into 'core' and 'ms-connector' to reuse some code for 'ms-proxy' WebApp --- connector/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'connector/pom.xml') diff --git a/connector/pom.xml b/connector/pom.xml index 4b295e30..c2e7534b 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -52,6 +52,10 @@ at.asitplus.eidas.ms_specific core_common_lib + + at.asitplus.eidas.ms_specific + core_common_webapp + at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 @@ -166,7 +170,13 @@ authmodule-eIDAS-v2 test test-jar - + + + at.asitplus.eidas.ms_specific + core_common_webapp + test + test-jar + org.springframework.boot spring-boot-starter-tomcat -- cgit v1.2.3