diff options
Diffstat (limited to 'eidas_modules/eidas_proxy-sevice/pom.xml')
-rw-r--r-- | eidas_modules/eidas_proxy-sevice/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eidas_modules/eidas_proxy-sevice/pom.xml b/eidas_modules/eidas_proxy-sevice/pom.xml index 577d23e6..486d0d59 100644 --- a/eidas_modules/eidas_proxy-sevice/pom.xml +++ b/eidas_modules/eidas_proxy-sevice/pom.xml @@ -141,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> |