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 b0897aad..bbd1cb49 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -15,9 +15,14 @@ <dependencies> <dependency> <groupId>at.asitplus.eidas.ms_specific</groupId> - <artifactId>connector_lib</artifactId> + <artifactId>core_common_lib</artifactId> </dependency> <dependency> + <groupId>at.asitplus.eidas.ms_specific</groupId> + <artifactId>core_common_webapp</artifactId> + <version>${egiz.eidas.version}</version> + </dependency> + <dependency> <groupId>at.asitplus.eidas.ms_specific.modules</groupId> <artifactId>authmodule-eIDAS-v2</artifactId> </dependency> |