aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2019-08-06 08:15:52 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2019-08-06 08:15:52 +0200
commit204bb9f7c21964377455563a5e106ea191c1d590 (patch)
treee32afd88df9a5538e792341e7cd7540802adc0af /pom.xml
parent36a0c4b55779c138235ae37216b900415a64f0eb (diff)
downloadNational_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.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a4a0a8c5..d9d04bfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>