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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |