diff options
Diffstat (limited to 'build_reporting')
-rw-r--r-- | build_reporting/pom.xml | 7 |
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> |