aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 05506c7c..a4a0a8c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,8 @@
<joda-time.version>2.10.3</joda-time.version>
<surefire.version>2.22.1</surefire.version>
<org.slf4j.version>1.7.26</org.slf4j.version>
-
+ <mockito-soap-cxf.version>1.0.5</mockito-soap-cxf.version>
+
</properties>
<profiles>
@@ -182,6 +183,12 @@
<version>${org.springframework.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.github.skjolber</groupId>
+ <artifactId>mockito-soap-cxf</artifactId>
+ <version>${mockito-soap-cxf.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</dependencyManagement>