From e8e75813ab549d03b0ac482fe0e1e86ee660b8b0 Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Fri, 11 Mar 2022 11:49:05 +0100
Subject: chore(proxy): add module for stand-alone ms-specific proxy-service
application
---
ms_specific_proxyservice/pom.xml | 227 +++++++++++++++++++++++++++++++++++++++
1 file changed, 227 insertions(+)
create mode 100644 ms_specific_proxyservice/pom.xml
(limited to 'ms_specific_proxyservice/pom.xml')
diff --git a/ms_specific_proxyservice/pom.xml b/ms_specific_proxyservice/pom.xml
new file mode 100644
index 00000000..64704c93
--- /dev/null
+++ b/ms_specific_proxyservice/pom.xml
@@ -0,0 +1,227 @@
+
+ 4.0.0
+
+ at.asitplus.eidas
+ ms_specific
+ 1.2.4-SNAPSHOT
+
+ ms_specific_proxyservice
+ MS-specific Proxy-Service
+ Austria specific eIDAS ms-specific Proxy-Service implementation
+
+
+
+ at.gv.egiz.components
+ egiz-spring-api
+
+
+ at.gv.egiz.components
+ eventlog-slf4j
+
+
+ at.gv.egiz.eaaf
+ eaaf-core
+
+
+ at.asitplus.eidas.ms_specific
+ core_common_lib
+
+
+ at.asitplus.eidas.ms_specific
+ core_common_webapp
+
+
+ at.asitplus.eidas.ms_specific.modules
+ eidas_proxy-sevice
+
+
+ at.asitplus.eidas.ms_specific.modules
+ authmodule_id-austria
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+
+
+
+
+ de.codecentric
+ spring-boot-admin-starter-client
+
+
+ org.springframework
+ spring-webmvc
+
+
+ org.springframework
+ spring-context
+
+
+ org.slf4j
+ slf4j-api
+
+
+ org.apache.logging.log4j
+ log4j-to-slf4j
+
+
+
+
+ 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.asitplus.eidas.ms_specific
+ core_common_webapp
+ test
+ test-jar
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+ test
+
+
+ at.gv.egiz.eaaf
+ eaaf-springboot-utils
+ test
+
+
+
+
+
+ default
+
+ true
+
+ default
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ provided
+
+
+
+
+ embbededTomcat
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+
+
+ at.gv.egiz.eaaf
+ eaaf-springboot-utils
+
+
+
+
+
+
+ ms_proxyservice
+
+
+
+
+ maven-surefire-plugin
+
+ 1
+
+
+
+ org.apache.maven.surefire
+ surefire-junit47
+ ${surefire.version}
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ 2.2.6.RELEASE
+
+ true
+
+
+
+
+
+ build-info
+ repackage
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+ src/assembly/assembly_dir.xml
+ src/assembly/assembly_zip.xml
+
+ ${project.artifactId}-${project.version}
+ ${project.parent.build.directory}
+
+
+
+ make-assembly
+ package
+
+ single
+
+
+
+
+
+
+ com.github.spotbugs
+ spotbugs-maven-plugin
+ ${spotbugs-maven-plugin.version}
+
+ checks/spotbugs-exclude.xml
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3
From 38d7758281b9cb8ba0f1a7e8a8d10098bcf2dcb8 Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Fri, 3 Jun 2022 11:40:52 +0200
Subject: refactor(eidas): split 'authmodule-eIDAS-v2' into 'common-eidas'
code and connector-specific elements
---
ms_specific_proxyservice/pom.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'ms_specific_proxyservice/pom.xml')
diff --git a/ms_specific_proxyservice/pom.xml b/ms_specific_proxyservice/pom.xml
index 64704c93..16f25bf2 100644
--- a/ms_specific_proxyservice/pom.xml
+++ b/ms_specific_proxyservice/pom.xml
@@ -3,9 +3,11 @@
at.asitplus.eidas
ms_specific
- 1.2.4-SNAPSHOT
-
+ 1.3.1-SNAPSHOT
+
+ at.asitplus.eidas.ms_specific
ms_specific_proxyservice
+ war
MS-specific Proxy-Service
Austria specific eIDAS ms-specific Proxy-Service implementation
--
cgit v1.2.3