aboutsummaryrefslogtreecommitdiff
path: root/build_reporting
diff options
context:
space:
mode:
authorThomas <>2022-03-11 11:49:05 +0100
committerThomas <>2022-06-03 07:23:47 +0200
commite8e75813ab549d03b0ac482fe0e1e86ee660b8b0 (patch)
tree5411fc294d9de60980fa971900c8a32460928e47 /build_reporting
parent86da2487154632cfe5b280ffd87933d08571029b (diff)
downloadNational_eIDAS_Gateway-e8e75813ab549d03b0ac482fe0e1e86ee660b8b0.tar.gz
National_eIDAS_Gateway-e8e75813ab549d03b0ac482fe0e1e86ee660b8b0.tar.bz2
National_eIDAS_Gateway-e8e75813ab549d03b0ac482fe0e1e86ee660b8b0.zip
chore(proxy): add module for stand-alone ms-specific proxy-service application
Diffstat (limited to 'build_reporting')
-rw-r--r--build_reporting/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml
index 1b0f5b84..e2b9e99a 100644
--- a/build_reporting/pom.xml
+++ b/build_reporting/pom.xml
@@ -37,7 +37,12 @@
<groupId>at.asitplus.eidas.ms_specific</groupId>
<artifactId>ms_specific_connector</artifactId>
<type>war</type>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>at.asitplus.eidas.ms_specific</groupId>
+ <artifactId>ms_specific_proxyservice</artifactId>
+ <type>war</type>
+ </dependency>
</dependencies>
<build>