diff options
author | Christian Kollmann <christian.kollmann@a-sit.at> | 2021-02-25 11:47:01 +0100 |
---|---|---|
committer | Christian Kollmann <christian.kollmann@a-sit.at> | 2021-02-25 13:27:15 +0100 |
commit | 4c81b6452edfed8821ddcb2e0253fa316acff73f (patch) | |
tree | cb279ac1f733331283bdf91c3d30574fd3f0065c /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | cdec2bbf39649f0fbe3d1655f5b47f62a5d0bae6 (diff) | |
download | National_eIDAS_Gateway-4c81b6452edfed8821ddcb2e0253fa316acff73f.tar.gz National_eIDAS_Gateway-4c81b6452edfed8821ddcb2e0253fa316acff73f.tar.bz2 National_eIDAS_Gateway-4c81b6452edfed8821ddcb2e0253fa316acff73f.zip |
Remove dependency to Powermock, everything can be done with Mockito
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 561c4307..1e5d6864 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -177,18 +177,6 @@ <artifactId>mockito-soap-cxf</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.powermock</groupId> - <artifactId>powermock-module-junit4</artifactId> - <version>2.0.7</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.powermock</groupId> - <artifactId>powermock-api-mockito2</artifactId> - <version>2.0.7</version> - <scope>test</scope> - </dependency> <dependency> <groupId>at.asitplus.eidas.ms_specific</groupId> |