diff options
author | Thomas <> | 2022-03-10 10:55:36 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-10 10:55:36 +0100 |
commit | 0ee42637f04ada0a7265a7803e66d230b768a866 (patch) | |
tree | 08c4e975f2a0aab5fbcb6898d3a25c774a00010a | |
parent | 8af25296dddd9cf3c43931f8cb4d552bb94ebf3d (diff) | |
download | National_eIDAS_Gateway-0ee42637f04ada0a7265a7803e66d230b768a866.tar.gz National_eIDAS_Gateway-0ee42637f04ada0a7265a7803e66d230b768a866.tar.bz2 National_eIDAS_Gateway-0ee42637f04ada0a7265a7803e66d230b768a866.zip |
build: remove dependency that was added twice
-rw-r--r-- | connector/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/connector/pom.xml b/connector/pom.xml index a7f065ed..d631f766 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -155,12 +155,7 @@ <artifactId>eaaf-core</artifactId> <scope>test</scope> <type>test-jar</type> - </dependency> - <dependency> - <groupId>at.gv.egiz.eaaf</groupId> - <artifactId>eaaf_module_pvp2_sp</artifactId> - <scope>test</scope> - </dependency> + </dependency> <dependency> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_module_pvp2_sp</artifactId> |