From 7bf7c3c03fd3a1efeaf3f8e3dd75922e2f5f9921 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 8 Mar 2022 19:06:10 +0100 Subject: refactor(core): move all project libs into sub-project 'modules' --- core_common_webapp/pom.xml | 137 --------------------------------------------- 1 file changed, 137 deletions(-) delete mode 100644 core_common_webapp/pom.xml (limited to 'core_common_webapp/pom.xml') diff --git a/core_common_webapp/pom.xml b/core_common_webapp/pom.xml deleted file mode 100644 index 2f58cefb..00000000 --- a/core_common_webapp/pom.xml +++ /dev/null @@ -1,137 +0,0 @@ - - 4.0.0 - - at.asitplus.eidas - ms_specific - 1.2.4-SNAPSHOT - - at.asitplus.eidas.ms_specific - core_common_webapp - WebApplication commons - - - - eIDASNode-local - local - file:${basedir}/../repository - - - - - - at.asitplus.eidas.ms_specific - core_common_lib - - - - at.gv.egiz.eaaf - eaaf-core - - - - - eu.eidas - eidas-jcache-ignite-specific-communication - - - org.springframework.boot - spring-boot-starter-actuator - - - org.thymeleaf - thymeleaf-spring5 - - - - javax.servlet - javax.servlet-api - provided - - - - - - junit - junit - test - - - org.springframework - spring-test - test - - - org.springframework.boot - spring-boot-starter-test - test - - - at.gv.egiz.eaaf - eaaf_core_utils - test - test-jar - - - at.gv.egiz.eaaf - eaaf-core - test - test-jar - - - at.gv.egiz.eaaf - eaaf_module_pvp2_sp - test - test-jar - - - at.gv.egiz.eaaf - eaaf_module_pvp2_idp - test - - - at.gv.egiz.eaaf - eaaf_module_pvp2_idp - test - test-jar - - - com.squareup.okhttp3 - mockwebserver - test - - - - - - - core_common_webapp - - - - - maven-surefire-plugin - - 1 - - - - org.apache.maven.surefire - surefire-junit47 - ${surefire.version} - - - - - - com.github.spotbugs - spotbugs-maven-plugin - ${spotbugs-maven-plugin.version} - - checks/spotbugs-exclude.xml - - - - - - - \ No newline at end of file -- cgit v1.2.3