aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/eidas_proxy-sevice/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eidas_modules/eidas_proxy-sevice/pom.xml')
-rw-r--r--eidas_modules/eidas_proxy-sevice/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/eidas_modules/eidas_proxy-sevice/pom.xml b/eidas_modules/eidas_proxy-sevice/pom.xml
index 6b280c64..577d23e6 100644
--- a/eidas_modules/eidas_proxy-sevice/pom.xml
+++ b/eidas_modules/eidas_proxy-sevice/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>at.asitplus.eidas.ms_specific</groupId>
<artifactId>modules</artifactId>
- <version>1.2.2</version>
+ <version>1.2.3-SNAPSHOT</version>
</parent>
<groupId>at.asitplus.eidas.ms_specific.modules</groupId>
<artifactId>eidas_proxy-sevice</artifactId>
@@ -31,7 +31,6 @@
<groupId>at.asitplus.eidas.ms_specific.modules</groupId>
<artifactId>authmodule-eIDAS-v2</artifactId>
</dependency>
-
<dependency>
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf-core</artifactId>
@@ -142,9 +141,9 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${spotbugs-maven-plugin.version}</version>
- <configuration>
+ <!-- configuration>
<excludeFilterFile>checks/spotbugs-exclude.xml</excludeFilterFile>
- </configuration>
+ </configuration-->
</plugin>
<plugin>