diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-01-22 12:16:21 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-03 16:31:56 +0100 |
commit | bab20b30d6a2ed9c5a6e739260027d23b933dc00 (patch) | |
tree | 4c20511caea428af15832799c48d57ce5130c3dc /eidas_modules/authmodule_id-austria/pom.xml | |
parent | 1da1de0c549f98facfe71887e0d7f29825cfedfe (diff) | |
download | National_eIDAS_Gateway-bab20b30d6a2ed9c5a6e739260027d23b933dc00.tar.gz National_eIDAS_Gateway-bab20b30d6a2ed9c5a6e739260027d23b933dc00.tar.bz2 National_eIDAS_Gateway-bab20b30d6a2ed9c5a6e739260027d23b933dc00.zip |
add basic modules for integration of MS-specific eIDAS Proxy-Service
Diffstat (limited to 'eidas_modules/authmodule_id-austria/pom.xml')
-rw-r--r-- | eidas_modules/authmodule_id-austria/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eidas_modules/authmodule_id-austria/pom.xml b/eidas_modules/authmodule_id-austria/pom.xml index 3585fcea..25cbfc2e 100644 --- a/eidas_modules/authmodule_id-austria/pom.xml +++ b/eidas_modules/authmodule_id-austria/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>authmodule_id-austria</artifactId> @@ -79,7 +79,7 @@ <artifactId>mockwebserver</artifactId> <scope>test</scope> </dependency> - + <dependency> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>connector_lib</artifactId> @@ -130,9 +130,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> |