aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2019-08-05 14:20:24 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2019-08-05 14:20:24 +0200
commit36a0c4b55779c138235ae37216b900415a64f0eb (patch)
tree1af2c0c208c7b3007d431587c214ccda26b39458 /eidas_modules/authmodule-eIDAS-v2/pom.xml
parent98700dcfe158b16405bdc103d74c729eeeef158f (diff)
downloadNational_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.xml6
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>