diff options
Diffstat (limited to 'id/server/auth-final/pom.xml')
-rw-r--r-- | id/server/auth-final/pom.xml | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/id/server/auth-final/pom.xml b/id/server/auth-final/pom.xml index 4f5f219a1..504adb486 100644 --- a/id/server/auth-final/pom.xml +++ b/id/server/auth-final/pom.xml @@ -165,6 +165,16 @@ <artifactId>moa-id-modul-citizencard_authentication</artifactId> </dependency> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-sl20_authentication</artifactId> + </dependency> + + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-AT_eIDAS_connector</artifactId> + </dependency> + <!--dependency> <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-modules-federated_authentication</artifactId> @@ -181,7 +191,7 @@ <groupId>iaik.prod</groupId> <artifactId>iaik_jce_full</artifactId> <!-- should be in the ext directory of the jre --> - <scope>provided</scope> + <!-- <scope>provided</scope> --> </dependency> <!-- <dependency> <groupId>iaik.prod</groupId> @@ -201,10 +211,10 @@ <!-- should be in the ext directory of the jre --> <scope>provided</scope> </dependency> - <dependency> +<!-- <dependency> <groupId>xalan-bin-dist</groupId> <artifactId>xalan</artifactId> - <!-- should be provided by the container or jre --> + should be provided by the container or jre <scope>provided</scope> <exclusions> <exclusion> @@ -212,25 +222,25 @@ <artifactId>serializer</artifactId> </exclusion> </exclusions> - </dependency> + </dependency> --> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <!-- should be provided by the container or jre --> - <scope>provided</scope> +<!-- <scope>provided</scope> --> </dependency> <dependency> <groupId>xalan-bin-dist</groupId> <artifactId>xml-apis</artifactId> <!-- should be provided by the container or jre --> - <scope>provided</scope> + <!-- <scope>provided</scope> --> </dependency> - <dependency> +<!-- <dependency> <groupId>xalan-bin-dist</groupId> <artifactId>serializer</artifactId> - <!-- should be provided by the container or jre --> + should be provided by the container or jre <scope>provided</scope> - </dependency> + </dependency> --> <dependency> <groupId>org.springframework</groupId> |