diff options
Diffstat (limited to 'eidas_modules/authmodule_id-austria/pom.xml')
-rw-r--r-- | eidas_modules/authmodule_id-austria/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eidas_modules/authmodule_id-austria/pom.xml b/eidas_modules/authmodule_id-austria/pom.xml index 25cbfc2e..3aabb069 100644 --- a/eidas_modules/authmodule_id-austria/pom.xml +++ b/eidas_modules/authmodule_id-austria/pom.xml @@ -79,7 +79,6 @@ <artifactId>mockwebserver</artifactId> <scope>test</scope> </dependency> - <dependency> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>connector_lib</artifactId> @@ -130,9 +129,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> |