diff options
author | Thomas <> | 2022-08-22 11:50:00 +0200 |
---|---|---|
committer | Thomas <> | 2022-08-22 11:50:00 +0200 |
commit | 09de85a0bd8b79fd7e0bc0acbf19e1616052624b (patch) | |
tree | 0f7ac5460ccef4d13c30b043c26e7947103c210c | |
parent | a5a3a527cdcc74bcb10fae7ef179551c7161f9ee (diff) | |
download | National_eIDAS_Gateway-09de85a0bd8b79fd7e0bc0acbf19e1616052624b.tar.gz National_eIDAS_Gateway-09de85a0bd8b79fd7e0bc0acbf19e1616052624b.tar.bz2 National_eIDAS_Gateway-09de85a0bd8b79fd7e0bc0acbf19e1616052624b.zip |
build: remove dependency that was included twice
-rw-r--r-- | ms_specific_connector/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ms_specific_connector/pom.xml b/ms_specific_connector/pom.xml index be4d49e4..e38efa13 100644 --- a/ms_specific_connector/pom.xml +++ b/ms_specific_connector/pom.xml @@ -43,11 +43,7 @@ <artifactId>bcprov-jdk15on</artifactId> </exclusion> </exclusions> - </dependency> - <dependency> - <groupId>at.gv.egiz.eaaf</groupId> - <artifactId>eaaf_module_pvp2_sp</artifactId> - </dependency> + </dependency> <dependency> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>core_common_lib</artifactId> |