diff options
author | Thomas <> | 2022-03-31 17:59:23 +0200 |
---|---|---|
committer | Thomas <> | 2022-03-31 17:59:23 +0200 |
commit | 95889412fcd40c60072958caffa611c805038b67 (patch) | |
tree | 26226f547b6d6620f49464c9be7f7e55890b5724 /modules/authmodule_id-austria/pom.xml | |
parent | cb24b3346ee13e3a0e7d69dff674993c1681730c (diff) | |
download | National_eIDAS_Gateway-95889412fcd40c60072958caffa611c805038b67.tar.gz National_eIDAS_Gateway-95889412fcd40c60072958caffa611c805038b67.tar.bz2 National_eIDAS_Gateway-95889412fcd40c60072958caffa611c805038b67.zip |
build: remove double import of dependency
Diffstat (limited to 'modules/authmodule_id-austria/pom.xml')
-rw-r--r-- | modules/authmodule_id-austria/pom.xml | 7 |
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> |