diff options
| -rw-r--r-- | pom.xml | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -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> | 
