aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2022-01-10 15:33:27 +0000
committerThomas Lenz <thomas.lenz@egiz.gv.at>2022-01-10 15:33:27 +0000
commit29868d8000773c74c395891bebb685a3252e13ec (patch)
treed6cfb12b0a0f8c305d77adf360a495717fed93a9 /pom.xml
parentf02787f6186169aef9e5fc131b4c82cded1b615a (diff)
parent325c3aff4e4d272072e09de66c06493ebd9858ec (diff)
downloadNational_eIDAS_Gateway-29868d8000773c74c395891bebb685a3252e13ec.tar.gz
National_eIDAS_Gateway-29868d8000773c74c395891bebb685a3252e13ec.tar.bz2
National_eIDAS_Gateway-29868d8000773c74c395891bebb685a3252e13ec.zip
Merge branch 'feature/matching_refactoring' into 'feature/matching_base'
Fixing some issues See merge request egiz/eidas_at_proxy!12
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 7d024705..48169e8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<hibernate-validator.version>6.1.5.Final</hibernate-validator.version>
<!-- testing -->
- <junit.version>4.13.2</junit.version>
+ <junit.version>4.13</junit.version>
<surefire.version>2.22.2</surefire.version>
<mockito-soap-cxf.version>1.2.0</mockito-soap-cxf.version>
<com.squareup.okhttp3.version>4.0.0</com.squareup.okhttp3.version>
@@ -290,7 +290,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
<version>${cxf.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
@@ -388,7 +388,7 @@
<version>${eaaf-core.version}</version>
<scope>test</scope>
<type>test-jar</type>
- </dependency>
+ </dependency>
<dependency>
<groupId>at.asitplus.eidas.ms_specific</groupId>
<artifactId>connector_lib</artifactId>
@@ -518,7 +518,7 @@
</executions>
<configuration>
<excludedScopes>test</excludedScopes>
- <excludedGroups>iaik.*|MOA.spss.*</excludedGroups>
+ <excludedGroups>MOA.spss.*</excludedGroups>
</configuration>
</plugin>