diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-01-22 17:18:19 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-03 16:31:56 +0100 |
commit | 069b4226dc854817f956a58a59ce44049eda99fb (patch) | |
tree | aad74f341f8f8bb318969c31dde44ba2649ea243 /eidas_modules/eidas_proxy-sevice/pom.xml | |
parent | bab20b30d6a2ed9c5a6e739260027d23b933dc00 (diff) | |
download | National_eIDAS_Gateway-069b4226dc854817f956a58a59ce44049eda99fb.tar.gz National_eIDAS_Gateway-069b4226dc854817f956a58a59ce44049eda99fb.tar.bz2 National_eIDAS_Gateway-069b4226dc854817f956a58a59ce44049eda99fb.zip |
add basic implementation of eIDAS-Node Proxy-Service request-controller
add raw version of eIDAS-Node response-generation action
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> |