diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-06 08:15:52 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-06 08:15:52 +0200 |
commit | 204bb9f7c21964377455563a5e106ea191c1d590 (patch) | |
tree | e32afd88df9a5538e792341e7cd7540802adc0af /pom.xml | |
parent | 36a0c4b55779c138235ae37216b900415a64f0eb (diff) | |
download | National_eIDAS_Gateway-204bb9f7c21964377455563a5e106ea191c1d590.tar.gz National_eIDAS_Gateway-204bb9f7c21964377455563a5e106ea191c1d590.tar.bz2 National_eIDAS_Gateway-204bb9f7c21964377455563a5e106ea191c1d590.zip |
add jUnit test with mockup of SZR WebService
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -226,7 +226,14 @@ <version>${surefire.version}</version> </dependency> </dependencies> - </plugin> + </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>versions-maven-plugin</artifactId> + <version>2.7</version> + </plugin> + </plugins> </pluginManagement> </build> |