aboutsummaryrefslogtreecommitdiff
path: root/connector/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-26 17:45:38 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-26 17:45:38 +0100
commitf06839fb716ff61bf94a32f8e23e3f313245f7e7 (patch)
tree900e0d24444ff64a54db5ca65ef4ed1145f389a1 /connector/pom.xml
parent293f67a641f8acdef54745c85969827807404fc2 (diff)
downloadNational_eIDAS_Gateway-f06839fb716ff61bf94a32f8e23e3f313245f7e7.tar.gz
National_eIDAS_Gateway-f06839fb716ff61bf94a32f8e23e3f313245f7e7.tar.bz2
National_eIDAS_Gateway-f06839fb716ff61bf94a32f8e23e3f313245f7e7.zip
add jUnit test that simulates a full eIDAS authentication
Diffstat (limited to 'connector/pom.xml')
-rw-r--r--connector/pom.xml28
1 files changed, 27 insertions, 1 deletions
diff --git a/connector/pom.xml b/connector/pom.xml
index 6d3cad33..03492a5d 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -100,6 +100,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf_core_utils</artifactId>
<scope>test</scope>
@@ -112,6 +117,11 @@
<type>test-jar</type>
</dependency>
<dependency>
+ <groupId>at.gv.egiz.eaaf</groupId>
+ <artifactId>eaaf_module_pvp2_sp</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>test</scope>
@@ -121,7 +131,23 @@
<artifactId>eaaf-springboot-utils</artifactId>
<scope>test</scope>
</dependency>
-
+ <dependency>
+ <groupId>com.github.skjolber</groupId>
+ <artifactId>mockito-soap-cxf</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ <version>2.0.7</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito2</artifactId>
+ <version>2.0.7</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<profiles>