aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/pom.xml41
1 files changed, 28 insertions, 13 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml
index d8459f9e..d7885088 100644
--- a/eidas_modules/authmodule-eIDAS-v2/pom.xml
+++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml
@@ -13,14 +13,6 @@
<name>eIDAS v2 authentication module</name>
<description>eIDAS module based on eIDAS node reference implementation v2.x</description>
- <properties>
- <eidas-commons.version>2.4.0</eidas-commons.version>
- <eidas-light-commons.version>2.4.0</eidas-light-commons.version>
- <eidas-specific-communication-definition.version>2.4.0</eidas-specific-communication-definition.version>
- <eidas-jcache-ignite-specific-communication.version>2.4.0</eidas-jcache-ignite-specific-communication.version>
- <org.xerial.sqlite-jdbc.version>3.23.1</org.xerial.sqlite-jdbc.version>
- </properties>
-
<profiles>
<profile>
<id>default</id>
@@ -62,8 +54,6 @@
<dependency>
<groupId>eu.eidas</groupId>
<artifactId>eidas-commons</artifactId>
- <version>${eidas-commons.version}</version>
- <!--scope>provided</scope -->
<exclusions>
<exclusion>
<groupId>log4j</groupId>
@@ -79,19 +69,16 @@
<dependency>
<groupId>eu.eidas</groupId>
<artifactId>eidas-light-commons</artifactId>
- <version>${eidas-light-commons.version}</version>
</dependency>
<dependency>
<groupId>eu.eidas</groupId>
<artifactId>eidas-specific-communication-definition</artifactId>
- <version>${eidas-specific-communication-definition.version}</version>
</dependency>
<dependency>
<groupId>eu.eidas</groupId>
<artifactId>eidas-jcache-ignite-specific-communication</artifactId>
- <version>${eidas-jcache-ignite-specific-communication.version}</version>
</dependency>
<!-- other third party libs -->
@@ -162,6 +149,14 @@
<version>2.0.7</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>at.asitplus.eidas.ms_specific</groupId>
+ <artifactId>connector_lib</artifactId>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
+
<dependency>
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf_core_utils</artifactId>
@@ -268,11 +263,31 @@
<goal>check</goal>
</goals>
<configuration>
+ <haltOnFailure>true</haltOnFailure>
<excludes>
<exclude>**/at/gv/e_government/reference/namespace/persondata/_20020228/*</exclude>
<exclude>**/org/w3/_2000/_09/*</exclude>
+ <exclude>**/org/w3/_2001/_04/*</exclude>
<exclude>**/szrservices/*</exclude>
+ <exclude>**/generated/cxf/*</exclude>
</excludes>
+ <rules>
+ <rule>
+ <element>BUNDLE</element>
+ <limits>
+ <limit>
+ <counter>INSTRUCTION</counter>
+ <value>COVEREDRATIO</value>
+ <minimum>0.68</minimum>
+ </limit>
+ <limit>
+ <counter>BRANCH</counter>
+ <value>COVEREDRATIO</value>
+ <minimum>0.54</minimum>
+ </limit>
+ </limits>
+ </rule>
+ </rules>
</configuration>
</execution>
</executions>