aboutsummaryrefslogtreecommitdiff
path: root/connector
diff options
context:
space:
mode:
authorThomas <>2021-06-15 12:30:30 +0200
committerThomas <>2021-06-15 12:30:30 +0200
commit1c6eba08f2a1c8008b85a71bc2c5d0a9d5e50361 (patch)
treeda2c4308368631081bc6b6880f6f5e0969ec7734 /connector
parent9f0fa316c8f7adeb3529cb4c3b2c553f085f7d95 (diff)
downloadNational_eIDAS_Gateway-1c6eba08f2a1c8008b85a71bc2c5d0a9d5e50361.tar.gz
National_eIDAS_Gateway-1c6eba08f2a1c8008b85a71bc2c5d0a9d5e50361.tar.bz2
National_eIDAS_Gateway-1c6eba08f2a1c8008b85a71bc2c5d0a9d5e50361.zip
fix some warning in maven build process and switch to another GitLab CI maven image
Diffstat (limited to 'connector')
-rw-r--r--connector/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/connector/pom.xml b/connector/pom.xml
index 77651483..bbc54443 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -126,21 +126,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>
</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-springboot-utils</artifactId>
<scope>test</scope>