diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-05 14:20:24 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-05 14:20:24 +0200 |
commit | 36a0c4b55779c138235ae37216b900415a64f0eb (patch) | |
tree | 1af2c0c208c7b3007d431587c214ccda26b39458 /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | 98700dcfe158b16405bdc103d74c729eeeef158f (diff) | |
download | National_eIDAS_Gateway-36a0c4b55779c138235ae37216b900415a64f0eb.tar.gz National_eIDAS_Gateway-36a0c4b55779c138235ae37216b900415a64f0eb.tar.bz2 National_eIDAS_Gateway-36a0c4b55779c138235ae37216b900415a64f0eb.zip |
add SZRClient test with mockup of an SZR WebService
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 0a1f40bb..4ac5a2ec 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -144,7 +144,11 @@ <artifactId>spring-test</artifactId> <scope>test</scope> </dependency> - + <dependency> + <groupId>com.github.skjolber</groupId> + <artifactId>mockito-soap-cxf</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> |