aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2022-03-31 17:59:23 +0200
committerThomas <>2022-03-31 17:59:23 +0200
commit95889412fcd40c60072958caffa611c805038b67 (patch)
tree26226f547b6d6620f49464c9be7f7e55890b5724
parentcb24b3346ee13e3a0e7d69dff674993c1681730c (diff)
downloadNational_eIDAS_Gateway-95889412fcd40c60072958caffa611c805038b67.tar.gz
National_eIDAS_Gateway-95889412fcd40c60072958caffa611c805038b67.tar.bz2
National_eIDAS_Gateway-95889412fcd40c60072958caffa611c805038b67.zip
build: remove double import of dependency
-rw-r--r--modules/authmodule_id-austria/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/authmodule_id-austria/pom.xml b/modules/authmodule_id-austria/pom.xml
index c61cb13a..f3ac66ba 100644
--- a/modules/authmodule_id-austria/pom.xml
+++ b/modules/authmodule_id-austria/pom.xml
@@ -113,14 +113,7 @@
<artifactId>eaaf_module_pvp2_idp</artifactId>
<scope>test</scope>
<type>test-jar</type>
- </dependency>
- <dependency>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>mockwebserver</artifactId>
- <scope>test</scope>
</dependency>
-
-
</dependencies>
<build>